Skip to content

Commit

Permalink
Fix conflicting aliases in apps commands (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
blesswinsamuel authored Nov 21, 2024
1 parent 5510cad commit fdec25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ For more information about logs, see [How to View Logs](https://www.digitalocean
"Starts a console session",
`Instantiates a console session for a component of an app.`,
Writer,
aliasOpt("l"),
aliasOpt("cs"),
)
AddStringFlag(console, doctl.ArgAppDeployment, "", "", "Starts a console session for a specific deployment ID. Defaults to current deployment.")

Expand All @@ -243,7 +243,7 @@ For more information about logs, see [How to View Logs](https://www.digitalocean
Only basic information is included with the text output format. For complete app details including an updated app spec, use the `+"`"+`--output`+"`"+` global flag and specify the JSON format.`,
Writer,
aliasOpt("c"),
aliasOpt("p"),
displayerType(&displayers.Apps{}),
)
AddStringFlag(propose, doctl.ArgAppSpec, "", "", "Path to an app spec in JSON or YAML format. For more information about app specs, see the [app spec reference](https://www.digitalocean.com/docs/app-platform/concepts/app-spec)", requiredOpt())
Expand Down

0 comments on commit fdec25b

Please sign in to comment.