Skip to content
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

Inject porter-debug param into all bundles #237

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

carolynvs
Copy link
Member

This will let us handoff a --debug flag from porter install into the bundle without the user having to manually specify the parameter.

So the user can run porter install --debug and porter will handle automatically turning on the porter-debug parameter when it executes the bundle, and then porter run will pick it up and bind its --debug flag to that automatically.

This is just the first step of defining the parameter for all porter built bundles.

This will let us handoff a --debug flag from porter install into the
bundle without the user having to manually specify the parameter.

So the user can run `porter install --debug` and porter will handle
automatically turning on the porter-debug parameter when it executes the
bundle, and then `porter run` will pick it up and bind its `--debug`
flag to that automatically.

This is just the first step of defining the parameter for all porter
built bundles.
@ghost ghost assigned carolynvs Mar 26, 2019
@ghost ghost added the review label Mar 26, 2019
@carolynvs carolynvs merged commit da43720 into getporter:master Mar 26, 2019
@ghost ghost removed the review label Mar 26, 2019
@carolynvs carolynvs deleted the porter-debug-param branch March 26, 2019 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants