We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016e979 commit 8affc14Copy full SHA for 8affc14
1 file changed
cmd/sandbox/list.go
@@ -42,7 +42,7 @@ func NewListCommand(clients *shared.ClientFactory) *cobra.Command {
42
"that matches the email address of the authenticated user.",
43
}, "\n"),
44
Example: style.ExampleCommandsf([]style.ExampleCommand{
45
- {Command: "sandbox list", Meaning: "List your sandboxes"},
+ {Command: "sandbox list", Meaning: "List developer sandboxes"},
46
{Command: "sandbox list --filter active", Meaning: "List active sandboxes only"},
47
}),
48
PreRunE: func(cmd *cobra.Command, args []string) error {
0 commit comments