@@ -38,7 +38,7 @@ Arguments:
3838
3939## ** ` dem create DEV_ENV_NAME ` **
4040
41- Create a new Development Environment.
41+ Create a new Development Environment descriptor and save it to the local descriptor storage (catalog) .
4242
4343Running this command will open up an interactive UI on the command line. Follow the steps below to
4444configure the new Environment.
@@ -55,6 +55,8 @@ Select the required tool image and press :material-keyboard-return:.
5555
5656 
5757
58+ :info: After creation, the Development Environment can be installed with the ` install ` command.
59+
5860Arguments:
5961
6062` DEV_ENV_NAME ` Name of the Development Environment to create. [ required]
@@ -65,11 +67,12 @@ Arguments:
6567
6668Clone a Development Environment descriptor from the catalogs.
6769
68- Only the Development Environment descriptor gets cloned, the required tool images are not pulled. To
69- pull the required tool images, use the ` install ` command.
70+ Only the Development Environment descriptor will be cloned, the required tool images won't be pulled.
7071If a Development Environment with the same name has been already available on the host PC, the user
7172will be asked if they want to overwrite it or not.
7273
74+ :info: After cloning, the Development Environment can be installed with the ` install ` command.
75+
7376Arguments:
7477
7578` DEV_ENV_NAME ` Name of the Development Environment, whose descriptor to clone. [ required]
@@ -139,10 +142,10 @@ Arguments:
139142
140143## ** ` dem install DEV_ENV_NAME ` **
141144
142- Install the selected Development Environment. DEM pull all the required containerized tools (which
145+ Install the selected Development Environment. DEM pulls all the required containerized tools (which
143146are not yet available on the host PC) from the registry and install the Development Environment
144147locally. If the same Development Environment is already installed, but the installation is not
145- complete, the missing tool images are obtained from the registry.
148+ complete, the missing tool images get obtained from the registry.
146149
147150Arguments:
148151
@@ -152,9 +155,9 @@ Arguments:
152155
153156## ** ` dem uninstall DEV_ENV_NAME ` **
154157
155- Uninstall the selected Development Environment. Set installed flag to False if it was True. Dem checks whether a tool image is
156- required or not by any of the remaining installed local Development Environments. In case the tool image is
157- not required anymore, the dem delete it.
158+ Uninstall the selected Development Environment. Sets the installed flag to False. DEM checks whether
159+ a tool image is required or not by any of the remaining installed local Development Environments. In
160+ case the tool image is not required anymore, the DEM tries to delete it.
158161
159162Arguments:
160163
@@ -169,7 +172,7 @@ Assign a Development Environment to a project.
169172If the project already has a Development Environment assigned, the user will be asked if they want to
170173overwrite it or not.
171174
172- Projects that have a Development Environment assigned can initialized with the ` init ` command.
175+ Projects that have a Development Environment assigned, can be initialized with the ` init ` command.
173176
174177Arguments:
175178
@@ -184,6 +187,9 @@ working directory will be used.
184187
185188Initialize a project with the assigned Development Environment.
186189
190+ :info: After the initialization, the Development Environment can be installed with the ` install `
191+ command.
192+
187193Arguments:
188194
189195` PROJECT_PATH ` Path of the project to initialize. If not set, the current working directory will be
@@ -252,6 +258,8 @@ Imports a Development Environment.
252258 The file to import only contains the Development Environment descriptor. For a successful import
253259 the DEM needs access to all the registries where the required images are stored.
254260
261+ :info: After the import, the Development Environment can be installed with the ` install ` command.
262+
255263Arguments:
256264
257265` PATH_TO_DEV_ENV ` Path of the JSON file to import. Can be an absolute path or a relative path to the
@@ -347,30 +355,6 @@ List the available hosts from the config file.
347355
348356---
349357
350- ## ** ` dem install DEV_ENV_NAME ` **
351-
352- Install the selected Development Environment. Set installed flag to True. Dem checks which tool image is
353- required by the selected local Development Environments and in case the tool image is
354- not installed, the dem installs it.
355-
356- Arguments:
357-
358- ` DEV_ENV_NAME ` Name of the Development Environment to install. [ required]
359-
360- ---
361-
362- ## ** ` dem uninstall DEV_ENV_NAME ` **
363-
364- Uninstall the selected Development Environment. Set installed flag to False if it was True. Dem checks whether a tool image is
365- required or not by any of the remaining installed local Development Environments. In case the tool image is
366- not required anymore, the dem delete it.
367-
368- Arguments:
369-
370- ` DEV_ENV_NAME ` Name of the Development Environment to uninstall. [ required]
371-
372- ---
373-
374358## ** ` dem del-host NAME ` **
375359
376360Delete a host from the config file.
0 commit comments