pypi ubiops-cli 2.2.0
Release 2.2.0

latest releases: 2.22.2, 2.22.0, 2.21.1...
3 years ago

Changes

  • Pipeline create/get/update: will only create/update the pipeline input structure, not the pipeline version, attachments and objects
  • Log filters:
    • Add --pipeline_version_name (-pv) option to filter on a pipeline version
    • Rename --version_name to --deployment_version_name (-dv) option to filter on a deployment version
    • --pipeline_request_id (-pid) option can only be used in combination with both --pipeline_name (-p) and --pipeline_version_name (-pv)
  • Requests and batch requests: The version option has become optional in all request methods (direct/batch and deployment/pipeline). If the version is not provided, the default version is used.

Additions

  • Pipeline versions: ubiops pipeline_versions (or ubiops pversions) with create, get, update, list, and delete
  • ubiops pipelines complete (or ubiops ppl complete)
    This method is most similar to the old ubiops ppl create and ubiops ppl update. It will directly create the pipeline, the pipeline version, and the objects and attachments based on a single yaml file. It will update them when using --overwrite. You can add version_name, version_description, and version_labels to your pipeline yaml file, or pass the version name as command option.
  • Overwrite an existing blob: ubiops blobs update
    Upload a new file to the same blob id.

Don't miss a new ubiops-cli release

NewReleases is sending notifications on new releases.