Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e33a659

Browse files
author
Jean-Christophe Sirot
committed
Add ps alias to docker app status
Signed-off-by: Jean-Christophe Sirot <[email protected]>
1 parent c9eb813 commit e33a659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/commands/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func statusCmd(dockerCli command.Cli) *cobra.Command {
3131

3232
cmd := &cobra.Command{
3333
Use: "status INSTALLATION_NAME [--target-context TARGET_CONTEXT] [OPTIONS]",
34+
Aliases: []string{"ps"},
3435
Short: "Get the installation status of an application",
3536
Long: "Get the installation status of an application. If the installation is a Docker Application, the status shows the stack services.",
3637
Example: "$ docker app status myinstallation --target-context=mycontext",

0 commit comments

Comments
 (0)