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

Wait for environment creation #38

Open
tharders opened this issue Nov 10, 2022 · 0 comments
Open

Wait for environment creation #38

tharders opened this issue Nov 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tharders
Copy link
Contributor

For environment commands that create or reset the environment it should be possible to add a "wait" option, so that the command can be used in a pipeline where other commands follow that use the new environment.

The contentful CLI has such an option "await-processing" that simply repeats to get the environment:
https://github.com/contentful/contentful-cli/blob/master/lib/cmds/space_cmds/environment_cmds/create.js#L77

But I think the maximum wait time is too short in the Contentful implementation.
It would be good if you can also specify the maximum wait time.

@tharders tharders added the enhancement New feature or request label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant