-
Notifications
You must be signed in to change notification settings - Fork 294
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
Add short flag for builder in pack build
#424
Comments
I'm not sure if this will remain true with the introduction of buildpackage support, especially if we add a |
I am inclined agree with @jromero, but I think that usage may depend on the web frameworks being built. For certain monolithic targets like Ruby on Rails you'll have more than one buildpack typically by default, but for more microservice targets you may have a single buildpack. Specifying the builder work well for both and takes advantage of the detect step. Whats the context around buildpackage support? |
RE: @sclevine packages don't take away from the fact that pack needs a builder to build with. Currently, the fact that |
What about So to summarize: -B --builder
-b --buildpack |
@Zanadar Interesting... The thought of case-insensitive Windows did come to mind but it seems like it might not be an issue. I like the proposal. |
Signed-off-by: ktpv <ktpv@users.noreply.github.com>
I'm fine with |
As a developer, I'd like to be able to specify the builder using
-b
when callingpack build
.Why
-b
for builder and not buildpack? Most common use case is to specify a builder. Specifying a buildpack is more targeted towards an edge case for testing, troubleshooting or debugging.The text was updated successfully, but these errors were encountered: