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 f32c78c commit cad75c2Copy full SHA for cad75c2
cli/organization.go
@@ -11,7 +11,7 @@ import (
11
func (r *RootCmd) organizations() *clibase.Cmd {
12
cmd := &clibase.Cmd{
13
Annotations: workspaceCommand,
14
- Use: "organizations { current }",
+ Use: "organizations [subcommand]",
15
Short: "Organization related commands",
16
Aliases: []string{"organization", "org", "orgs"},
17
Hidden: true, // Hidden until these commands are complete.
0 commit comments