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/).