Reinstate configure command (#361)

It was removed by accident in #321.
This commit is contained in:
Pieter Noordhuis 2023-04-26 08:10:35 +02:00 committed by GitHub
parent 43bc9a0d9d
commit 66c6eef3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
_ "github.com/databricks/bricks/cmd/auth"
_ "github.com/databricks/bricks/cmd/bundle"
_ "github.com/databricks/bricks/cmd/bundle/debug"
_ "github.com/databricks/bricks/cmd/configure"
_ "github.com/databricks/bricks/cmd/fs"
"github.com/databricks/bricks/cmd/root"
_ "github.com/databricks/bricks/cmd/sync"