diff --git a/acceptance/help/output.txt b/acceptance/help/output.txt index ed4a88ce6..18434251d 100644 --- a/acceptance/help/output.txt +++ b/acceptance/help/output.txt @@ -115,7 +115,6 @@ Marketplace Apps apps Apps run directly on a customer’s Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on. - apps Apps run directly on a customer’s Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on. Clean Rooms clean-room-assets Clean room assets are data and code objects — Tables, volumes, and notebooks that are shared with the clean room. diff --git a/cmd/cmd.go b/cmd/cmd.go index 5b53a4ae5..5d835409f 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -15,7 +15,6 @@ import ( "github.com/databricks/cli/cmd/sync" "github.com/databricks/cli/cmd/version" "github.com/databricks/cli/cmd/workspace" - "github.com/databricks/cli/cmd/workspace/apps" "github.com/spf13/cobra" ) @@ -68,7 +67,6 @@ func New(ctx context.Context) *cobra.Command { // Add other subcommands. cli.AddCommand(api.New()) - cli.AddCommand(apps.New()) cli.AddCommand(auth.New()) cli.AddCommand(bundle.New()) cli.AddCommand(configure.New())