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 CommandDescription
env profiles default set Sets the default profile.
env profiles default getRetrieves the current default profile.
env profiles add Adds a new profile to the configuration store.
env profiles getRetrieves information about the specified profile.
env profiles list Lists all available profiles.
env profiles delete Deletes the specified profile.
env options setSets the specified default option to a specified value.
env options getRetrieves the specified default option.
env options delete Deletes the specified default option.
env options list Lists all default options.
env about getRetrieves information about the DCLI version, build number, and Python version. You can also retrieve this information by running dcli --version.
env style listLists all DCLI style options.
env style color enableEnables DCLI colorization.
Note: DCLI colorization is enabled by default.
env style color disableDisables DCLI colorization.
env style color input enableEnables DCLI colorization input.
env style color input disableDisables DCLI colorization input.
env style color output enableEnables DCLI colorization output.
env style color output disableDisables DCLI colorization output.
env style color theme setSets the DCLI color theme. The possible values are monokai, bw, paradiso-dark, autumn. The default color theme is bw.
env style color theme getRetrieves the currently set DCLI color theme.