Skip to content

Commands

Available on every command:

OptionDescription
-o, --output=OUTPUTOutput format: text (default) or json
-q, --quietOnly errors are displayed
--silentSuppress all output
-n, --no-interactionNo interactive prompts
-v|vv|vvvIncrease verbosity
-h, --helpDisplay help for the given command
-V, --versionDisplay the application version
--ansi|--no-ansiForce (or disable) ANSI output
CommandDescription
aboutShow information about dde
CommandAliasDescriptionOptions
project:initInitialize a project for dde--name=NAME --services=SERVICES --container=CONTAINER --shell=SHELL -f|--force --no-docker --dry-run
project:upupStart the project containers--skip-hooks --build
project:downdownStop and remove containers--skip-hooks --remove-orphans
project:stopstopStop containers without removing
project:restartRestart containers--skip-hooks --build
project:updateupdatePull images, rebuild, restart--skip-hooks
CommandAliasDescriptionOptions
project:statusShow project status
project:describeShow detailed project info
project:openopenOpen project in browser--url-only
CommandAliasDescriptionArguments / Options
project:execexecRun a command in a container<cmd>... -s|--service=SERVICE --root
project:shellshellOpen interactive shell-s|--service=SERVICE --root
project:logslogsShow container logs-s|--service=SERVICE -f|--follow --no-follow --tail=TAIL
CommandDescriptionArguments / Options
project:dbOpen database shell-s|--service=SERVICE -d|--database=DATABASE
project:db:openOpen DB in external client-s|--service=SERVICE -d|--database=DATABASE
project:db:exportExport database to SQL file<file> -s|--service=SERVICE -d|--database=DATABASE
project:db:importImport SQL file into database<file> -s|--service=SERVICE -d|--database=DATABASE
project:db:snapshot:createCreate database snapshot--name=NAME -s|--service=SERVICE -d|--database=DATABASE
project:db:snapshot:listList snapshots-s|--service=SERVICE
project:db:snapshot:restoreRestore a snapshot[name] -s|--service=SERVICE -d|--database=DATABASE
CommandDescriptionArguments / Options
project:service:enableEnable a service<service> --service-version=SERVICE-VERSION
project:service:disableDisable a service<service> --service-version=SERVICE-VERSION
project:service:listList available and active services
CommandDescriptionArguments / Options
system:installInstall and configure the dde system
system:upStart all global services
system:downStop all global services
system:restartRestart all global services
system:statusShow status of global services
system:service:upStart a service manually<name> --service-version=SERVICE-VERSION
system:doctorCheck the health of the dde system
system:cleanupClean up dde-managed Docker resources--dry-run --force