Command Reference

Here is a reference table listing all the commands and command options currently supported by the DMS installer.

All commands are executed by prefixing them with dms. For example, dms -h, dms config build, dms cluster start, etc.

CommandShort FormDescriptionOptions
--help-hDisplays the command reference and links to useful documentation.None
--version-VDisplays the current DMS version.None
config buildco buRuns the interactive configuration questionnaire.None
config getco gDisplays the contents of the saved configuration file (~/.dms/config.yaml)None
cluster startcl startDeploys the configuration in the ~/.dms/config.yaml file to a single cluster.None
cluster stopcl stopStops the running cluster and all services deployed to it, without deleting the data volumes.None
cluster destroyco destroyDestroys the cluster, all services deploy to it, and ALL the data volumes. Always asks for confirmation before executing, unless the -f option is supplied.-f - Forcefully destroys volumes without asking for confirmation.