[FeatureRequest] Create a new functionality for the clone command: get the Dev Env descriptor from the catalog #131
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Issue to help with during Hacktoberfest2023
dem clone DEV_ENV_NAME
If it can’t find it, an error should be presented for the user and the DEM stops the execution.
If a Dev Env already exists with the name DEV_ENV_NAME in the local dev_env.json the DEM asks the user what to do.
Overwrite it: the Dev Env descriptor in the dev_env.json gets overwritten with the one coming from the catalog.
Abort: the DEM stops the execution. The original Dev Env descriptor remains in the local dev_env.json file
The text was updated successfully, but these errors were encountered: