chore: add more tests + add config
diff --git a/pyproject.toml b/pyproject.toml
index 1c7be9a..d2055ba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,10 +7,14 @@
 authors = ["Mohammed Naser <mnaser@vexxhost.com>"]
 readme = "README.md"
 
+[tool.poetry.scripts]
+atmosphere-operator = "atmosphere.cmd.operator:main"
+
 [tool.poetry.dependencies]
 python = "^3.10"
 schematics = "^2.1.1"
 pykube-ng = "^22.7.0"
+confspirator = "^0.3.0"
 
 [tool.poetry.group.dev.dependencies]
 pytest = "^7.1.3"