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

Commit 621d08b

Browse files
authored
Merge pull request #616 from jcsirot/add-alias-status-ps
Add ps alias to docker app status
2 parents c9eb813 + e33a659 commit 621d08b

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)