Skip to content

Wait for environment creation #38

@tharders

Description

@tharders

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions