Skip to content

Commit

Permalink
chore: split CLI into multiple files (apache#18082)
Browse files Browse the repository at this point in the history
* chore: split CLI into multiple files

* Update tests

* Who fixes the fixtures?

* Add subcommands dynamically

* Rebase
  • Loading branch information
betodealmeida authored and bwang221 committed Feb 10, 2022
1 parent b6efd29 commit a43df0b
Show file tree
Hide file tree
Showing 13 changed files with 1,172 additions and 947 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_git_sha() -> str:
packages=find_packages(),
include_package_data=True,
zip_safe=False,
entry_points={"console_scripts": ["superset=superset.cli:superset"]},
entry_points={"console_scripts": ["superset=superset.cli.main:superset"]},
install_requires=[
"backoff>=1.8.0",
"bleach>=3.0.2, <4.0.0",
Expand Down

0 comments on commit a43df0b

Please sign in to comment.