usage: awx project_updates list [-h] [--all] [--order_by ORDER_BY] [-f {json,yaml,jq,human}] [--filter TEXT] [--conf.color BOOLEAN] [-v] [--type {project_update}]
[--created CREATED] [--modified MODIFIED] [--name TEXT] [--description TEXT] [--unified_job_template ID]
[--launch_type {manual,relaunch,callback,scheduled,dependency,workflow,webhook,sync,scm}]
[--status {new,pending,waiting,running,successful,failed,error,canceled}] [--execution_environment ID] [--failed BOOLEAN]
[--started STARTED] [--finished FINISHED] [--canceled_on CANCELED_ON] [--elapsed ELAPSED] [--job_explanation TEXT]
[--execution_node TEXT] [--work_unit_id TEXT] [--local_path TEXT] [--scm_type {,git,svn,insights,archive}] [--scm_url TEXT]
[--scm_branch TEXT] [--scm_refspec TEXT] [--scm_clean BOOLEAN] [--scm_track_submodules BOOLEAN] [--scm_delete_on_update BOOLEAN]
[--credential ID] [--timeout INTEGER] [--scm_revision TEXT] [--project ID] [--job_type {run,check}] [--job_tags TEXT]
options:
-h, --help show this help message and exit
--all fetch all pages of content from the API when returning results (instead of just the first page)
--order_by ORDER_BY order results by given field name, prefix the field name with a dash (-) to sort in reverse eg --order_by='-name',multiple sorting fields may
be specified by separating the field names with a comma (,)
--type {project_update}
only list project_updates with the specified type
--created CREATED only list project_updates with the specified created
--modified MODIFIED only list project_updates with the specified modified
--name TEXT only list project_updates with the specified name
--description TEXT only list project_updates with the specified description
--unified_job_template ID
only list project_updates with the specified unified_job_template
--launch_type {manual,relaunch,callback,scheduled,dependency,workflow,webhook,sync,scm}
only list project_updates with the specified launch_type
--status {new,pending,waiting,running,successful,failed,error,canceled}
only list project_updates with the specified status
--execution_environment ID
only list project_updates with the specified execution_environment
--failed BOOLEAN only list project_updates with the specified failed
--started STARTED only list project_updates with the specified started
--finished FINISHED only list project_updates with the specified finished
--canceled_on CANCELED_ON
only list project_updates with the specified canceled_on
--elapsed ELAPSED only list project_updates with the specified elapsed
--job_explanation TEXT
only list project_updates with the specified job_explanation
--execution_node TEXT
only list project_updates with the specified execution_node
--work_unit_id TEXT only list project_updates with the specified work_unit_id
--local_path TEXT only list project_updates with the specified local_path
--scm_type {,git,svn,insights,archive}
only list project_updates with the specified scm_type
--scm_url TEXT only list project_updates with the specified scm_url
--scm_branch TEXT only list project_updates with the specified scm_branch
--scm_refspec TEXT only list project_updates with the specified scm_refspec
--scm_clean BOOLEAN only list project_updates with the specified scm_clean
--scm_track_submodules BOOLEAN
only list project_updates with the specified scm_track_submodules
--scm_delete_on_update BOOLEAN
only list project_updates with the specified scm_delete_on_update
--credential ID only list project_updates with the specified credential
--timeout INTEGER only list project_updates with the specified timeout
--scm_revision TEXT only list project_updates with the specified scm_revision
--project ID only list project_updates with the specified project
--job_type {run,check}
only list project_updates with the specified job_type
--job_tags TEXT only list project_updates with the specified job_tags
input/output formatting:
-f {json,yaml,jq,human}, --conf.format {json,yaml,jq,human}
specify a format for the input and output
--filter TEXT specify an output filter (only valid with jq or human format)
--conf.color BOOLEAN Display colorized output. Defaults to True
-v, --verbose print debug-level logs, including requests made