Actions
Feature #6042
closedProvide a way to determine the environment ID when promoting a content view
Description
The content view version promotion requieres:
hammer version promote
--async Do not wait for the task
--environment-id ENVIRONMENT_ID
--id ID Content view version identifier
There is no easy way to determine the Environment_ID from command line.
hammer environment list doesn't seem to do do trick. Usually the environment IDs are:
1 -> Library
2 -> Dev
3 -> Test and so on based on what the user has entered.
There should be a way to list these environments through hammer.
Actions