DE 

//Cloudogu EcoSystem Docs

Command: cesapp restart

The command cesapp restart restarts one dogu or all installed dogus. To restart a single dogu, the command can be used for example like this: cesapp restart redmine. To restart all dogus, the command can be used for example like this: cesapp restart --all. When restarting all dogus, care is taken that the dogus are stopped and started in a certain order. For example, all dogus with no dependencies are stopped first, and those with the most dependencies are stopped first. and those with the most dependencies at the end. Then they are restarted in the reverse order started again.

Manpage

NAME:
   cesapp restart - restart single dogu or multiple dogus

USAGE:
   cesapp restart <[--all] | [dogu-name]>

DESCRIPTION:
   The restart command restarts a single dogu or all dogus

OPTIONS:
   --all       cesapp restart --all (default: false)
   --help, -h  show help (default: false)