We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a05cb commit b175a20Copy full SHA for b175a20
.gitignore
@@ -4,4 +4,9 @@
4
.cache
5
.*project
6
env
7
-.envrc
+.envrc
8
+dist
9
+build
10
+databricks_cli.egg-info
11
+.idea
12
+*.iml
databricks_cli/cli.py
@@ -57,3 +57,6 @@ def cli():
57
cli.add_command(secrets_group, name='secrets')
58
cli.add_command(stack_group, name='stack')
59
cli.add_command(groups_group, name='groups')
60
+
61
+if __name__ == "__main__":
62
+ cli()
0 commit comments