This command runs the commands in the section deploy in the component configuration file.
Run command | Restrictions | Example |
---|---|---|
maia deploy | None |
Option flag | Description | |
---|---|---|
--component, -c | M | The name of the component in MAIA WebApp. (STRING) |
--track, -t | The name of the track in MAIA WebApp. (STRING) | |
--keep-going, -k | C | If an error occurs when building a sub component the remaining sub components continue to be built, if the component is a suite. |
--section, -e | C | The section in the component configuration file containing the commands run by maia deploy. The default section is system_test. (STRING) |
The following additional command options apply when also creating Activities in the MAIA WebApp.
The following additional command options apply when also creating Activities in the MAIA web app.
Option flag | Parameter | Description | |
---|---|---|---|
--activity, -z | string | C | The activity comment that will be showed in MAIA web app. Default activity-uuid |
--activity-uuid | uuid string | M | The uuid of this activity. |
--parent-activity-uuid | uuid string | The uuid of the parent activity that the build belongs to in MAIA. | |
--no-owner | Disables the owner for an activity. | ||
--heartbeat-interval | int | The number of seconds between heartbeats. Default 600 sec. | |
--time-to-live | int | The maximum timeout, in seconds, before the activity is terminated. Default 7200 sec. | |
--save-log, -g | Saves the log file locally |
The following additional command options apply to all MAIA Agent commands.
The following additional command options apply to all MAIA Agent commands.
Option flag | Description | |
---|---|---|
--help, -h | Shows all available options for the command. | |
--verbose, -v | Enables verbose mode. | |
--debug, -d | Enables debug mode. |