-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document project.toml #190
Conversation
34b333d
to
3878976
Compare
> **NOTE:** `project.toml` can't detect environment variables (so, for instance, if one ran `export FOO=BAR` and added | ||
>`name=FOO` to the `project.toml`, it wouldn't detect any value set for `FOO`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is a feature of a bug. Should project.toml
detect env vars set? Should I open a bug in pack?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a feature request. I don't believe this is an expectation and given that this is a spec'd it would require an RFC.
Signed-off-by: David Freilich <dfreilich@vmware.com>
Signed-off-by: David Freilich <dfreilich@vmware.com>
Signed-off-by: David Freilich <dfreilich@vmware.com>
25d6e8d
to
71ec273
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I left one minor comment. Feel free to ignore.
> **NOTE:** `project.toml` can't detect environment variables (so, for instance, if one ran `export FOO=BAR` and added | ||
>`name=FOO` to the `project.toml`, it wouldn't detect any value set for `FOO`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a feature request. I don't believe this is an expectation and given that this is a spec'd it would require an RFC.
Signed-off-by: Javier Romero <rjavier@vmware.com>
Document project.toml
Signed-off-by: David Freilich dfreilich@vmware.com
Resolves #165
This PR adds documentation for the
project.toml
file, referred to as the project descriptor. It was proposed in buildpacks/rfcs#32 and is specified here.As part of this PR, I am adding project.toml documentation: