forked from toolshed/abra
docs: add more description for versions command
This commit is contained in:
parent
91cc8b00b3
commit
ca16c002ba
@ -32,7 +32,12 @@ func getImagePath(image string) (string, error) {
|
|||||||
var appVersionCommand = &cli.Command{
|
var appVersionCommand = &cli.Command{
|
||||||
Name: "version",
|
Name: "version",
|
||||||
Aliases: []string{"v"},
|
Aliases: []string{"v"},
|
||||||
Usage: "Show app version",
|
Usage: "Show app versions",
|
||||||
|
Description: `
|
||||||
|
This command shows all information about versioning related to a deployed app.
|
||||||
|
This includes the individual image names, tags and digests. But also the Co-op
|
||||||
|
Cloud recipe version.
|
||||||
|
`,
|
||||||
Action: func(c *cli.Context) error {
|
Action: func(c *cli.Context) error {
|
||||||
app := internal.ValidateApp(c)
|
app := internal.ValidateApp(c)
|
||||||
stackName := app.StackName()
|
stackName := app.StackName()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user