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

Be able to exclude steps when deploying packages #354

Closed
nitrocode opened this issue Nov 30, 2018 · 2 comments
Closed

Be able to exclude steps when deploying packages #354

nitrocode opened this issue Nov 30, 2018 · 2 comments

Comments

@nitrocode
Copy link

There are cases where some projects have 4 steps and we need to only run one or all of the steps except one step. This can be done in the UI but not from the octo cli.

It would make it easier for us if we could do this via the CLI.

Thank you.

@slewis74
Copy link
Contributor

slewis74 commented Dec 4, 2018

Hi @nitrocode, thanks for getting in touch. The CLI supports this via the --skip parameter to the deploy-release command.
In the code the param handling starts here.

You can specify this parameter multiple times to skip multiple steps.

@nitrocode
Copy link
Author

@slewis74 thank you, I did not know you can skip commands with the name of the step. I just hit the opposite limitation too and wrote up the ticket here #357

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

No branches or pull requests

2 participants