Skip to content

Commit 242746f

Browse files
vegerismwbrooks
andauthored
Update cmd/sandbox/list.go
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent b080a60 commit 242746f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

cmd/sandbox/list.go

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ var listCmdFlags listFlags
3434
func NewListCommand(clients *shared.ClientFactory) *cobra.Command {
3535
cmd := &cobra.Command{
3636
Use: "list [flags]",
37-
Short: "List your sandboxes",
38-
Long: `List details of your sandboxes`,
37+
Short: "List developer sandboxes",
38+
Long: strings.Join([]string{
39+
"List details about your developer sandboxes.",
40+
"",
41+
"The listed developer sandboxes belong to a developer program account",
42+
"that matches the email address of the authenticated user.",
43+
}, "\n"),
3944
Example: style.ExampleCommandsf([]style.ExampleCommand{
4045
{Command: "sandbox list", Meaning: "List your sandboxes"},
4146
{Command: "sandbox list --filter active", Meaning: "List active sandboxes only"},

0 commit comments

Comments
 (0)