MAIA_deploy_project script#
Script to deploy a MAIA Project through the MAIA Dashboard API.
usage: MAIA_deploy_project [-h] --project-config-file PROJECT_CONFIG_FILE
--dashboard-url DASHBOARD_URL [--get-status]
Named Arguments#
- --project-config-file
JSON configuration file used to extract the project configuration.
- --dashboard-url
Dashboard URL to use for authentication and deployment.
- --get-status
Get the status of the project.
Default: False
Example call:
MAIA_deploy_project --project-config-file /PATH/TO/project_config_file.json