forked from toolshed/abra
docs: expand deploy/upgrade/downgrade docs
This commit is contained in:
@ -25,10 +25,18 @@ var appUpgradeCommand = &cli.Command{
|
||||
},
|
||||
Description: `
|
||||
This command supports upgrading an app. You can use it to choose and roll out a
|
||||
new upgrade to an existing app. This command specifically supports changing the
|
||||
version of running apps, as opposed to "abra app deploy <app>". This action
|
||||
could be destructive, please ensure you have a copy of your app data beforehand
|
||||
- see "abra app backup <app>" for more.
|
||||
new upgrade to an existing app.
|
||||
|
||||
This command specifically supports changing the version of running apps, as
|
||||
opposed to "abra app deploy <app>" which will not change the version of a
|
||||
deployed app.
|
||||
|
||||
You may pass "--force/-f" to upgrade to the same version again. This can be
|
||||
useful if the container runtime has gotten into a weird state or your doing
|
||||
some live hacking.
|
||||
|
||||
This action could be destructive, please ensure you have a copy of your app
|
||||
data beforehand - see "abra app backup <app>" for more.
|
||||
`,
|
||||
Action: func(c *cli.Context) error {
|
||||
app := internal.ValidateApp(c)
|
||||
|
Reference in New Issue
Block a user