--output_folder
, -o
--config_file
, -c
config.json
). To learn more, read Configure the Deploy CLI.
--format
, -f
yaml
or directory
. Determines the file format of the exported resource configuration files. To learn more, read Available Resource Configuration Formats.
--export_ids
, -e
false
.
--env
true
.
--debug
false
.
--proxy_url
, -p
a0deploy export -c=config.json --format=yaml --output_folder=local
a0deploy export -c=config.json --format=directory --output_folder=local
a0deploy export -c=config.json --format=yaml --output_folder=local --export_ids=true
--input_file
, -i
tenant.yaml
file, for directory formats, this will point to the resource configuration directory.
--config_file
, -c
config.json
). To learn more, read Configure the Deploy CLI.
--env
true
.
--proxy_url
, -p
--debug
false
.
a0deploy import -c=config.json --input_file=local/tenant.yaml
a0deploy import -c=config.json --input_file=local
a0deploy import -c=config.json --input_file=local/tenant.yaml --env=false