//Cloudogu EcoSystem Docs

Befehl: cesapp upgrade

Manpage: Upgrade

NAME:
   cesapp upgrade - upgrade parts of the CES to a newer version

USAGE:
   cesapp upgrade command [command options] <dogu | blueprint>

COMMANDS:
   dogu       upgrade a dogu to a newer version
   blueprint  upgrade the whole CES with a blueprint file
   help, h    Shows a list of commands or help for one command

OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)

Manpage: Blueprint-Upgrade

NAME:
   cesapp upgrade blueprint - upgrade the whole CES with a blueprint file

USAGE:
   cesapp upgrade blueprint [command options] <path-to-blueprint.json>

OPTIONS:
   --ignore-health           Force upgrade even when a dogu is unhealthy. (default: false)
   --blueprint-mask value    Use a blueprint mask to alter the blueprint upgrade specifications.
   --allow-namespace-switch  Enables the functionality to implicit switch the namespace of dogus in blueprint upgrade. (default: false)
   --help, -h                show help (default: false)

Manpage: Dogu-Upgrade

NAME:
   cesapp upgrade dogu - upgrade a dogu to a newer version

USAGE:
   cesapp upgrade dogu [command options] <doguname> [doguversion]

OPTIONS:
   --force          ignores version conflicts during upgrade (default: false)
   -y               executes upgrades without asking for approval (default: false)
   --clean-image    image of old version is deleted after upgrade (default: false)
   --ignore-health  Force upgrade even when the dogu to upgrade is unhealthy. (default: false)
   --help, -h       show help (default: false)