Unverified Commit 169e048d authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

symphony/cli: add entrypoint "simbricks-cli"

parent 343e55da
...@@ -36,6 +36,9 @@ packages = [ ...@@ -36,6 +36,9 @@ packages = [
{ include = "simbricks" } { include = "simbricks" }
] ]
[tool.poetry.scripts]
simbricks-cli = "simbricks.cli.__main__:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
typer = "0.13.1" typer = "0.13.1"
simbricks-orchestration = "*" simbricks-orchestration = "*"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment