workspace path can be specified in CLI args

This commit is contained in:
Nicholas Albion
2023-09-08 06:29:46 +10:00
parent d52c674cf0
commit 0ec6da74ab
5 changed files with 79 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ def get_arguments():
else:
arguments['app_id'] = str(uuid.uuid4())
if 'workspace' not in arguments:
arguments['workspace'] = None
if 'user_id' not in arguments:
arguments['user_id'] = str(uuid.uuid4())