Get (updating)

Updated:2023-07-03

This command reads data from MAIA WebApp.

Run command Restrictions Example
maia get None This command reads data from MAIA application.
Option flag Description
--component, -c C The name of the component in MAIA WebApp. (STRING).
Must be specified when using the option latest_buildlabel.
--track, -t The name of the track in MAIA WebApp. (STRING)
--build_label, -l C The label of a build in MAIA WebApp.
Must be specified when using the options deliverables and built_components.
--repo_name, -a C The name of a repository in MAIA WebApp. (STRING)
Must be specified when using the option commit.
--build_machine, -m C The identifier of a build machine in MAIA WebApp. (STRING)
--sha, -s C The sha of a commit in MAIA WebApp, if the commit uses version control system Git. (STRING)
Must be specified when using the option commit, if the commit uses version control system Git.
version The current version of MAIA WebApp. (STRING)
The version does not have any options.
latest_buildlabel The latest build label in MAIA WebApp for the specified component. (STRING)
The latest_buildlabel can be used with the options --component, --track, and --build_machine.
deliverables The deliverables on a build in MAIA WebApp. (STRING)
The deliverables can be used with the option --build_label.
built_components The components included in a build in MAIA WebApp. (STRING)
The deliverables can be used with the option --build_label.
commit The commit in a specific repository and with a specific sha in MAIA WebApp.
The commit can be used with the options --repo_name and --sha.

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.

Results