Command: ubiops exports
Command: ubiops exports list
Description:
List all your exports in your project.
The <status> option can be used to filter on specific statuses.
Arguments: -
Options:
-
--status
Status of the export -
-fmt/--format
The output format
Allowed values:table,json
Command: ubiops exports get
Description:
Get the details of an export.
If you specify the <output_path> option, this location will be used to store the
export details in a yaml file. You can either specify the <output_path> as file or
directory. If the specified <output_path> is a directory, the settings will be
stored in export.yaml.
Arguments:
- [required]
export_id
Options:
-
-o/--output_path
Path to file or directory to store export yaml file -
-q/--quiet
Suppress informational messages -
-fmt/--format
The output format
Allowed values:row,yaml,json
Command: ubiops exports create
Description:
Create a new export.
Define the export objects parameters using a yaml file. For example:
deployments:
deployment-1:
versions:
v1:
environment_variables:
deployment_version_env_var_1:
include_value: True
deployment_version_env_var_2:
include_value: False
v2: {}
environment_variables:
deployment_env_var:
include_value: False
pipelines:
pipeline-1:
versions:
v1: {}
v2: {}
environment_variables:
project_env_var:
include_value: False
Arguments: -
Options:
-
[required]
-f/--yaml_file
Path to a yaml file that contains the export details -
-fmt/--format
The output format
Allowed values:row,yaml,json
Command: ubiops exports delete
Description:
Delete an export.
Arguments:
- [required]
export_id
Options:
-
-y/--assume_yes
Assume yes instead of asking for confirmation -
-q/--quiet
Suppress informational messages
Command: ubiops exports download
Description:
Download an export.
The <output_path> option will be used as output location of the zip file. If not specified,
the current directory will be used. If the <output_path> is a directory, the zip will be
saved in export_[export_id]_[datetime.now()].zip.
Arguments:
- [required]
export_id
Options:
-
-o/--output_path
Path to file or directory to store export archive -
-q/--quiet
Suppress informational messages