Origo-cli

Latest version: v0.6.0

Safety actively analyzes 622959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6.0

* `origo datasets create` now runs a dataset creation wizard for setting up a
new dataset complete with a processing pipeline, ready to receive files. The
`--file` parameter can still be used when you want to create a dataset from a
configuration file.

* The boilerplate command no longer prompts for an AWS account ID, dataset
edition start time, or dataset edition end time.

* The questions on dataset access rights and confidentiality have been unified
in the boilerplate questionnaire.

* The boilerplate script now uses the new `datasets cp` syntax for file
uploading.

* The status (`status`) and upload (`datasets cp`) commands now support the new
status-api format.

0.5.1

* A bug that made the `origo events put` command unusable has been fixed.

* All datafiles required by the boilerplate command are now included in the
package distribution.

* The `write_to_latest` flag in the boilerplate templates are now set in the
correct pipeline step.

* The boilerplate script no longer creates a dataset version explicitly, as new
datasets now include a version "1" by default.

0.5.0

* Support new event stream API (including updated SDK). Existing sub-commands from `events` and `event_streams` are now combined into `events`, and new commands for managing event stream sinks and subscriptions are added.

**Note:** These commands now use dataset URIs instead of separate positional arguments for dataset ID and version.

* Add `--data` option for `events put` (alterantive to stdin/`--file`).
* `~` is now expanded to the home directory in arguments to the `--file` option,
such as in `origo datasets create --file=~/Documents/my-dataset.json`.

0.4.0

* New syntax for the `origo datasets cp` command. Four different URI formats are
now supported when specifying the dataset to upload to or download from:

- `ds:{dataset_id}`
- `ds:{dataset_id}/{version}`
- `ds:{dataset_id}/{version}/latest`
- `ds:{dataset_id}/{version}/{edition}`

The two first forms will automatically create new editions on upload.

Note that support for the `ds://` prefix and support for providing positional
versions and editions has been removed.

* Add command `origo webhooks list-tokens` for listing webhook tokens for a dataset.

0.3.2

* Use Sphinx for documentation generation.

0.3.1

* Include package data in distribution.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.