We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200e270 commit 7dfc567Copy full SHA for 7dfc567
cmd/app/unlink.go
@@ -44,7 +44,7 @@ func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
44
},
45
{
46
Meaning: "Remove a specific app without using prompts",
47
- Command: "app unlink --team T0123456789 --app A0123456789 --environment deployed",
+ Command: "app unlink --app A0123456789",
48
49
}),
50
PreRunE: func(cmd *cobra.Command, args []string) error {
0 commit comments