Skip to content

Commit 3cef58d

Browse files
committed
lakebox: hide the subcommand from the top-level help listing
Mark the lakebox parent command as Hidden so it doesn't appear in 'databricks --help' under Developer Tools. The subcommands themselves are still reachable — 'databricks lakebox --help' lists them — but the feature stays out of the discoverable surface while it remains internal. This also reverts the acceptance/help/output.txt regen from the previous push, since hiding the command means the golden file already matches the actual help output. Co-authored-by: Isaac
1 parent 23979c1 commit 3cef58d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/lakebox/lakebox.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ func New() *cobra.Command {
99
Use: "lakebox",
1010
Short: "Manage Databricks Lakebox environments",
1111
GroupID: "development",
12+
Hidden: true,
1213
Long: `Manage Databricks Lakebox environments.
1314
1415
Lakebox provides SSH-accessible development environments backed by

0 commit comments

Comments
 (0)