docs: expand deploy/upgrade/downgrade docs

This commit is contained in:
2021-10-14 12:26:07 +02:00
parent ae32b1eed2
commit 5dd97cace0
3 changed files with 24 additions and 5 deletions

View File

@ -26,7 +26,11 @@ var appDeployCommand = &cli.Command{
Description: `
This command deploys a new instance of an app. It does not support changing the
version of an existing deployed app, for this you need to look at the "abra app
upgrade <app>" command. You may pass "--force" to re-deploy the same version.
upgrade <app>" command.
You may pass "--force" to re-deploy the same version again. This can be useful
if the container runtime has gotten into a weird state or your doing some live
hacking.
`,
Action: func(c *cli.Context) error {
app := internal.ValidateApp(c)