feat: add first iteration of CLI Deploy

This commit is contained in:
Eduardo Chiarotti
2024-08-19 21:25:23 -03:00
parent ff5c55fd54
commit f0e28cd88a
3 changed files with 190 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ from .reset_memories_command import reset_memories_command
from .run_crew import run_crew
from .train_crew import train_crew
deploy_cmd = DeployCommand("myCrew_test")
deploy_cmd = DeployCommand()
@click.group()