Skip to content

Commit 6a99a37

Browse files
committed
Mark hidden
1 parent 1ac16cf commit 6a99a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/organization.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func (r *RootCmd) organizations() *clibase.Cmd {
1414
Use: "organizations { current }",
1515
Short: "Organization related commands",
1616
Aliases: []string{"organization", "org", "orgs"},
17-
17+
Hidden: true, // Hidden until these commands are complete.
1818
Handler: func(inv *clibase.Invocation) error {
1919
return inv.Command.HelpHandler(inv)
2020
},
@@ -45,7 +45,7 @@ func (r *RootCmd) currentOrganization() *clibase.Cmd {
4545
)
4646
cmd := &clibase.Cmd{
4747
Use: "current",
48-
Short: "Show the current selected organization the cli will use",
48+
Short: "Show the current selected organization the cli will use.",
4949
Middleware: clibase.Chain(
5050
r.InitClient(client),
5151
),

0 commit comments

Comments
 (0)