We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f376d commit 5c6a415Copy full SHA for 5c6a415
1 file changed
pkg/cmd/org/create.go
@@ -14,7 +14,7 @@ import (
14
15
func NewCmdOrgCreate(t *terminal.Terminal, orgcmdStore OrgCmdStore) *cobra.Command {
16
cmd := &cobra.Command{
17
- Annotations: map[string]string{"context": ""},
+ Annotations: map[string]string{"housekeeping": ""},
18
Use: "create",
19
Short: "Create a new organization",
20
Long: "Create a new organization with the specified name",
0 commit comments