Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acceptance/cmd/unknown-subcommand/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Usage:
databricks secrets [flags]
databricks secrets [command]

Available Commands
Main Commands
create-scope Create a new secret scope.
delete-acl Delete an ACL.
delete-scope Delete a secret scope.
Expand Down
2 changes: 1 addition & 1 deletion acceptance/cmd/workspace/secrets/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Usage:
databricks secrets [flags]
databricks secrets [command]

Available Commands
Main Commands
create-scope Create a new secret scope.
delete-acl Delete an ACL.
delete-scope Delete a secret scope.
Expand Down
2 changes: 1 addition & 1 deletion acceptance/pipelines/databricks-cli-help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Usage:
databricks pipelines [flags]
databricks pipelines [command]

Available Commands
Main Commands
deploy Deploy pipelines
destroy Destroy a pipelines project
dry-run Validate correctness of the pipeline's graph
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func New(ctx context.Context) *cobra.Command {
groups := []cobra.Group{
{
ID: mainGroup,
Title: "Available Commands",
Title: "Main Commands",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now a bit inconsistent with how Cobra behaves if there are no groups (it still prints Available Commands: in that case).

We could also do "Available Commands (Main)", "Available Commands (Permissions)", here

},
{
ID: pipelines.ManagementGroupID,
Expand Down
Loading