diff --git a/cli/app/version.go b/cli/app/version.go index 64084091d..8ba4f2061 100644 --- a/cli/app/version.go +++ b/cli/app/version.go @@ -32,7 +32,12 @@ func getImagePath(image string) (string, error) { var appVersionCommand = &cli.Command{ Name: "version", 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 { app := internal.ValidateApp(c) stackName := app.StackName()