Cloning environments

How to clone existing environments

Updated over a week ago

One of the most tedious and error prone activities in the world of DevOps is that of making a perfect copy of an existing deployment environment.

Fortunately with our approach, with a single line in your command line you can get a perfect copy of an existing deployment ready to be configured:

ced env:clone -e development staging

Did this answer your question?