export

export#

usage: awx export > exportfile

export resources to stdout

optional arguments:
  -h, --help            show this help message and exit

resources:
  --users [USERS [USERS ...]]
  --organizations [ORGANIZATIONS [ORGANIZATIONS ...]]
  --teams [TEAMS [TEAMS ...]]
  --credential_types [CREDENTIAL_TYPES [CREDENTIAL_TYPES ...]]
  --credentials [CREDENTIALS [CREDENTIALS ...]]
  --notification_templates [NOTIFICATION_TEMPLATES [NOTIFICATION_TEMPLATES ...]]
  --projects [PROJECTS [PROJECTS ...]]
  --inventory [INVENTORY [INVENTORY ...]]
  --inventory_sources [INVENTORY_SOURCES [INVENTORY_SOURCES ...]]
  --job_templates [JOB_TEMPLATES [JOB_TEMPLATES ...]]
  --workflow_job_templates [WORKFLOW_JOB_TEMPLATES [WORKFLOW_JOB_TEMPLATES ...]]
  --execution_environments [EXECUTION_ENVIRONMENTS [EXECUTION_ENVIRONMENTS ...]]
  --applications [APPLICATIONS [APPLICATIONS ...]]
  --schedules [SCHEDULES [SCHEDULES ...]]

input/output formatting:
  -f {json,yaml}, --conf.format {json,yaml}
                        specify a format for the input and output
  -v, --verbose         print debug-level logs, including requests made