Thanks to visit codestin.com Credit goes to github.com
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 1ac16cf commit 6a99a37Copy full SHA for 6a99a37
cli/organization.go
@@ -14,7 +14,7 @@ func (r *RootCmd) organizations() *clibase.Cmd {
14
Use: "organizations { current }",
15
Short: "Organization related commands",
16
Aliases: []string{"organization", "org", "orgs"},
17
-
+ Hidden: true, // Hidden until these commands are complete.
18
Handler: func(inv *clibase.Invocation) error {
19
return inv.Command.HelpHandler(inv)
20
},
@@ -45,7 +45,7 @@ func (r *RootCmd) currentOrganization() *clibase.Cmd {
45
)
46
cmd := &clibase.Cmd{
47
Use: "current",
48
- Short: "Show the current selected organization the cli will use",
+ Short: "Show the current selected organization the cli will use.",
49
Middleware: clibase.Chain(
50
r.InitClient(client),
51
),
0 commit comments