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 e57a228 commit 200e270Copy full SHA for 200e270
cmd/app/unlink.go
@@ -47,9 +47,7 @@ func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
47
Command: "app unlink --team T0123456789 --app A0123456789 --environment deployed",
48
},
49
}),
50
-
51
PreRunE: func(cmd *cobra.Command, args []string) error {
52
- clients.Config.SetFlags(cmd)
53
return cmdutil.IsValidProjectDirectory(clients)
54
55
RunE: func(cmd *cobra.Command, args []string) error {
0 commit comments