version 0.2.0
Compare changes
Files
8+ 16
− 12
@@ -12,7 +12,8 @@ import functools
@@ -25,7 +26,7 @@ app = typer.Typer()
@@ -45,9 +46,9 @@ def session(func):
@@ -56,6 +57,7 @@ def create_remote_container(user_input: str, recreate: bool = False):
@@ -64,12 +66,13 @@ def list_remote_container(
@@ -79,11 +82,11 @@ def list_remote_container(
@@ -100,7 +103,8 @@ def submit_pipeline(user_input: str, rerun: bool = False):
@@ -138,7 +142,7 @@ def main(verbose: bool = False, server: T.Optional[str] = None):