contentful-cli icon indicating copy to clipboard operation
contentful-cli copied to clipboard

renaming an environment

Open MrDaggubati opened this issue 2 years ago • 0 comments

great folks behind contenful,

is that possible to rename environments keeping internal Environment-id as is but give a different name!?

node:96351) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created) ┌────────────────────┬────────────────┬────────────────────┐ │ Environment name │ Environment id │ Environment status │ ├────────────────────┼────────────────┼────────────────────┤ │ DevOps │ DevOps │ ready │ ├────────────────────┼────────────────┼────────────────────┤ │ Modelling │ Modelling │ ready │ ├────────────────────┼────────────────┼────────────────────┤ │ Modelling [active] │ master │ ready │ ├────────────────────┼────────────────┼────────────────────┤ │ Testing │ Testing │ ready │ └────────────────────┴────────────────┴────────────────────┘

is it possible to rename an environment without cloning and publishing content etc!

contentful space environment update --environment-id Modelling --name ContentModelling

MrDaggubati avatar Feb 07 '24 13:02 MrDaggubati