Skip to content

Commit ffd1351

Browse files
committed
updated examples
1 parent 52ddff8 commit ffd1351

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/stackit_organization_list.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ stackit organization list [flags]
1616
Lists organizations for your user
1717
$ stackit organization list
1818
19-
Lists organizations for the user with the email foo@bar
20-
$ stackit organization list --member foo@bar
21-
2219
Lists the first 10 organizations
2320
$ stackit organization list --limit 10
2421
```

internal/cmd/organization/list/list.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
4242
`Lists organizations for your user`,
4343
"$ stackit organization list",
4444
),
45-
examples.NewExample(
46-
`Lists organizations for the user with the email foo@bar`,
47-
"$ stackit organization list --member foo@bar",
48-
),
4945
examples.NewExample(
5046
`Lists the first 10 organizations`,
5147
"$ stackit organization list --limit 10",

0 commit comments

Comments
 (0)