refactor: only use one (prod) ioc file template
This commit is contained in:
@@ -15,6 +15,7 @@ SERVICE_TEMPLATES_DIR = REPO_ROOT / "templates" / "service"
|
||||
SERVICE_DEST_DIR = REPO_ROOT / "services"
|
||||
|
||||
|
||||
# TODO: generate and push initial uv.lock file
|
||||
class ServiceCreator:
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
@@ -14,7 +14,6 @@ def add(
|
||||
name: str = typer.Option(..., "--name", "-n"),
|
||||
):
|
||||
init_logging()
|
||||
# TODO: Maybe create a GitPusher context manager
|
||||
ServiceCreator(
|
||||
ioc_host="ex-host", # TODO
|
||||
ioc_port=9999, # TODO
|
||||
|
||||
Reference in New Issue
Block a user