diff --git a/cmd/apps/dev.go b/cmd/apps/dev.go index 59d000ef79..4fb86527c2 100644 --- a/cmd/apps/dev.go +++ b/cmd/apps/dev.go @@ -120,9 +120,8 @@ func newDevRemoteCmd() *cobra.Command { ) cmd := &cobra.Command{ - Use: "dev-remote", - Short: "Run AppKit app locally with WebSocket bridge to remote server", - Hidden: true, + Use: "dev-remote", + Short: "Run AppKit app locally with WebSocket bridge to remote server", Long: `Run AppKit app locally with WebSocket bridge to remote server. Starts a local Vite development server and establishes a WebSocket bridge diff --git a/cmd/apps/init.go b/cmd/apps/init.go index ba48738cb0..917da89d80 100644 --- a/cmd/apps/init.go +++ b/cmd/apps/init.go @@ -81,9 +81,8 @@ func newInitCmd() *cobra.Command { ) cmd := &cobra.Command{ - Use: "init", - Short: "Initialize a new AppKit application from a template", - Hidden: true, + Use: "init", + Short: "Initialize a new AppKit application from a template", Long: `Initialize a new AppKit application from a template. When run without arguments, uses the default AppKit template and an interactive prompt diff --git a/cmd/apps/manifest.go b/cmd/apps/manifest.go index 2fcc29099f..0191700fbc 100644 --- a/cmd/apps/manifest.go +++ b/cmd/apps/manifest.go @@ -96,9 +96,8 @@ func newManifestCmd() *cobra.Command { ) cmd := &cobra.Command{ - Use: "manifest", - Short: "Print template manifest with available plugins and required resources", - Hidden: true, + Use: "manifest", + Short: "Print template manifest with available plugins and required resources", Long: `Resolves a template (default AppKit repo or --template URL), locates appkit.plugins.json, and prints its raw contents to stdout. No workspace authentication is required. diff --git a/cmd/apps/validate.go b/cmd/apps/validate.go index f6490d03ac..3434019279 100644 --- a/cmd/apps/validate.go +++ b/cmd/apps/validate.go @@ -12,9 +12,8 @@ import ( func newValidateCmd() *cobra.Command { cmd := &cobra.Command{ - Use: "validate", - Short: "Validate a Databricks App project", - Hidden: true, + Use: "validate", + Short: "Validate a Databricks App project", Long: `Validate a Databricks App project by running build, typecheck, and lint checks. This command detects the project type and runs the appropriate validation: