forked from toolshed/abra
docs: expand deploy/upgrade/downgrade docs
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user