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 ofekisr committed Feb 8, 2022
1 parent bdf4004 commit 58d7361
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
Loading

0 comments on commit 58d7361

Please sign in to comment.