Internal DCLI Commands
DCLI provides specific internal commands. You can use internal commands to alter the configuration store, active profile, and default options.
Internal commands are
accessible through the first level of the
env
namespace. The following table lists all internal
commands.
Internal Command | Description |
---|---|
env profiles default set | Sets the default profile. |
env profiles default get | Retrieves the current default profile. |
env profiles add | Adds a new profile to the configuration store. |
env profiles get | Retrieves information about the specified profile. |
env profiles list | Lists all available profiles. |
env profiles delete | Deletes the specified profile. |
env options set | Sets the specified default option to a specified value. |
env options get | Retrieves the specified default option. |
env options delete | Deletes the specified default option. |
env options list | Lists all default options. |
env about get | Retrieves information about the DCLI version,
build number, and Python version. You can also retrieve this information by
running
dcli --version . |
env style list | Lists all DCLI style options. |
env style color enable | Enables DCLI colorization.
Note: DCLI colorization
is enabled by default.
|
env style color disable | Disables DCLI colorization. |
env style color input enable | Enables DCLI colorization input. |
env style color input disable | Disables DCLI colorization input. |
env style color output enable | Enables DCLI colorization output. |
env style color output disable | Disables DCLI colorization output. |
env style color theme set | Sets the DCLI color theme. The possible values
are
monokai ,
bw ,
paradiso-dark ,
autumn . The default color theme is
bw . |
env style color theme get | Retrieves the currently set DCLI color theme. |