File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
internal/cmd/organization/list Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments