Skip to content

Commit 5c6a415

Browse files
committed
Add org create command to housekeeping group
1 parent d9f376d commit 5c6a415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/org/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
func NewCmdOrgCreate(t *terminal.Terminal, orgcmdStore OrgCmdStore) *cobra.Command {
1616
cmd := &cobra.Command{
17-
Annotations: map[string]string{"context": ""},
17+
Annotations: map[string]string{"housekeeping": ""},
1818
Use: "create",
1919
Short: "Create a new organization",
2020
Long: "Create a new organization with the specified name",

0 commit comments

Comments
 (0)