We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ac3a2 commit 09549abCopy full SHA for 09549ab
pyproject.toml
@@ -66,9 +66,10 @@ cli = 'python -m squarecloud.cli.main'
66
publish-test = 'poetry publish -r pypi-test --build'
67
install-test = 'pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api'
68
docs = 'mkdocs serve'
69
+clear-test-apps = 'python -m scripts.clear_test_apps'
70
71
[tool.poetry.scripts]
-clear-test-apps = 'scripts.clear_test_apps:delete_test_apps'
72
+squarecloud = 'squarecloud.cli.main:safe_entry_point'
73
74
[tool.ruff]
75
line-length = 79
0 commit comments