Version Revisions
ubiops version_revisions¶
Command: ubiops version_revisions
Alias: ubiops revisions
ubiops version_revisions list¶
Command: ubiops version_revisions list
Description:
List the revisions of a deployment version.
Arguments: -
Options:
-
[required]
-d/--deployment_name
The deployment name -
[required]
-v/--version_name
The version name -
-fmt/--format
The output format
ubiops version_revisions get¶
Command: ubiops version_revisions get
Description:
Get a revision of a deployment version.
Arguments:
- [required]
revision_id
Options:
-
[required]
-d/--deployment_name
The deployment name -
[required]
-v/--version_name
The version name -
-fmt/--format
The output format
ubiops version_revisions download¶
Command: ubiops version_revisions download
Description:
Download a revision of a deployment version.
The <output_path> option will be used as output location of the archive file. If not specified, the current directory will be used.
Arguments:
- [required]
revision_id
Options:
-
[required]
-d/--deployment_name
The deployment name -
[required]
-v/--version_name
The version name -
-o/--output_path
Path to file or directory to store the deployment package archive file -
-q/--quiet
Suppress informational messages
ubiops version_revisions upload¶
Command: ubiops version_revisions upload
Description:
Create a revision of a deployment version by uploading a deployment package archive file.
Please, specify the deployment package <archive_path> that should be uploaded.
Arguments: -
Options:
-
[required]
-d/--deployment_name
The deployment name -
[required]
-v/--version_name
The version name -
-a/-z/--archive_path/--zip_path
Path to deployment version archive file -
-pb/--progress_bar
Whether to show a progress bar while uploading -
-fmt/--format
The output format
ubiops version_revisions wait¶
Command: ubiops version_revisions wait
Description:
Wait for a deployment revision to be ready.
Arguments:
- [required]
revision_id
Options:
-
[required]
-d/--deployment_name
The deployment name -
[required]
-v/--version_name
The version name -
-t/--timeout
Timeout in seconds for the operation -
--stream_logs
Stream logs while waiting -
-q/--quiet
Suppress informational messages