- When calling `ls repos`, the CLI will now list all repositories that the user can see.
Fixed
- Compatibility with API changes for listing repositories.
0.6.1
Fixed
- Pinned cloudsmith-cli to 0.30.7 to fix issues with entitlements actions.
0.6.0
Added
- Updated and pinned cloudsmith-api dependency to 0.30.3. - Added support for latest API (0.30.x+) which changed how packages are referenced (slug -> identifier). - Added support for latest API (0.30.x+) which changed how entitlements are referenced (slug_perm -> identifier).
0.5.7
Added
- Always print rate limit information at exit (if throttled).
Fixed
- 5: Credentials file not loading when explicitly specified via command-line parameter. - 6: Ensure that a non-zero status is always returned on errors/failures. - Exit with an error after running out of sync attempts.
0.5.6
Fixed
- Issue with entitlements create command crashing because `--name` was left off.
0.5.5
Fixed
- Issue with the move subcommand due to typo in string formatting.