Floyd-cli

Latest version: v0.11.17

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

Scan your dependencies

Page 4 of 5

0.10.21

Improvements

- login command now takes password as a hidden field for improved security

Bug Fixes

- Fix for 135

0.10.20

Improvements:

- Smart resolution of project and dataset names. The names can now be shortened and the CLI will intelligently resolve it. Some example usage:

| Previous Version | New Version |
| ----------------- | --------------- |
| $ floyd logs alice/projects/cnn/2 | $ floyd logs |
| $ floyd output alice/projects/rnn/5 | $ floyd output rnn/5 |
| $ floyd data output alice/datasets/cats/5 | $ floyd data output cats/5 |
| $ floyd run --data alice/datasets/cats/5:/cats script.py | $ floyd run --data cats/5:/cats script.py |

More details about this feature is available on [FloydHub docs](https://docs.floydhub.com/guides/shortnames/).

0.10.18

Improvements:

- Add option to login with username and password:

`floyd login -u <username> -p <password`

This can be used as an alternative to using the token from the website.

Bug fix:

- Remove whitespace in tokens pasted during login.

0.10.13

bug fixes:
* fixed default input mount path for mounting datasets
* make output command work with running job's output

UX improvement:
* suggest user to split out data for large code sync

0.10.10

* fix exception in floyd clone command
* improve error message

0.10.6

* added to_dict method to jobs
* replace all IDs with human friendly names
* make human friendly name consistent with what's on the web UI
* show error message when a data delete request is sent for job output

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.