Skip to content

Environment Revisions

ubiops environment_revisions

Command: ubiops environment_revisions

Alias: ubiops env_revisions


ubiops environment_revisions list

Command: ubiops environment_revisions list

Description:

List the revisions of an environment.

Arguments: -

Options:

  • [required] -e/--environment_name
    The environment name

  • -fmt/--format
    The output format


ubiops environment_revisions get

Command: ubiops environment_revisions get

Description:

Get a revision of an environment.

Arguments:

  • [required] revision_id

Options:

  • [required] -e/--environment_name
    The environment name

  • -fmt/--format
    The output format


ubiops environment_revisions download

Command: ubiops environment_revisions download

Description:

Download a revision of an environment.

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 [environment_name]_[datetime.now()].zip.

Arguments:

  • [required] revision_id

Options:

  • [required] -e/--environment_name
    The environment name

  • -o/--output_path
    Path to file or directory to store environment package zip

  • -q/--quiet
    Suppress informational messages


ubiops environment_revisions upload

Command: ubiops environment_revisions upload

Description:

Create a revision of an environment by uploading a ZIP.

Please, specify the deployment package <zip_path> that should be uploaded.

Arguments: -

Options:

  • [required] -e/--environment_name
    The environment name

  • [required] -z/--zip_path
    Path to environment zip file

  • -pb/--progress_bar
    Whether the show a progress bar while uploading

  • -fmt/--format
    The output format