Skip to content

Commit aca9472

Browse files
revert: remove CLI feature
BREAKING CHANGE: The CLI feature has been removed.
1 parent 652f699 commit aca9472

File tree

5 files changed

+0
-835
lines changed

5 files changed

+0
-835
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,10 @@ lint = 'isort . && blue . && ruff .'
5555
pre_test = 'task lint'
5656
test = 'pytest -vv -s --reruns 5 --only-rerun TooManyRequests --reruns-delay 60 -x --cov=tests tests'
5757
post_test = 'coverage html'
58-
cli = 'python -m squarecloud.cli.main'
5958
publish-test = 'poetry publish -r pypi-test --build'
6059
install-test = 'pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api'
61-
docs = 'mkdocs serve'
6260
clear-test-apps = 'python -m scripts.clear_test_apps'
6361

64-
[tool.poetry.scripts]
65-
squarecloud = 'squarecloud.cli.main:safe_entry_point'
66-
6762
[tool.ruff]
6863
line-length = 79
6964
exclude = ['env']

squarecloud/cli/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)