Actions
Bug #17067
closedCLI: --from-lifecycle-environment options are broken and don't appear do anything for content view promotions
Difficulty:
Triaged:
Description
Seems like the from_lifecycle_environment option doesn't actually do anything as this command succeeds:
hammer content-view version promote --id 9 --from-lifecycle-environment ENVTHATDOESNOTEXIST --to-lifecycle-environment Dev --organization-id 1
I can even run this without the option:
hammer content-view version promote --id 9 --to-lifecycle-environment Test --organization-id 1
Actions