Releases: floydhub/floyd-cli
Releases · floydhub/floyd-cli
Release 0.11.4
Support floyd config. For more info, see: https://docs.floydhub.com/floyd_config
0.11.1: fix login bug (#187)
Fix login bug
Change default login option
- Use username/password as the default login mechanism. Token based login is still retained.
- Include latest metrics info to the experiment status and info commands.
v0.10.38
bug fixes
Automatic log tailing
UX improvements and bug fix
- (UX) display job URL at the end of run and restart command
- (bug) fix error in
floyd info
command
Better error message & new -f option for logs command
Thanks @msoedov for the following patches!
- better error message for network timeout error
- new -f option for logs command
Release 0.10.21
Improvements
- login command now takes password as a hidden field for improved security
Bug Fixes
- Fix for #135
Release 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.