Skip to content

Commit 7dfc567

Browse files
srtaalejzimeg
andauthored
Update cmd/app/unlink.go
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 200e270 commit 7dfc567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/app/unlink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
4444
},
4545
{
4646
Meaning: "Remove a specific app without using prompts",
47-
Command: "app unlink --team T0123456789 --app A0123456789 --environment deployed",
47+
Command: "app unlink --app A0123456789",
4848
},
4949
}),
5050
PreRunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)