Releases: cloudsmith-io/cloudsmith-cli
Releases · cloudsmith-io/cloudsmith-cli
Release v1.10.1
Bump version: 1.10.0 → 1.10.1
Release v1.10.0
Bump version: 1.9.4 → 1.10.0
Release v1.9.4
update tag to point to latest commit
Release v1.9.2
Immutable
release. Only release title and notes can be modified.
Release v1.8.8
Immutable
release. Only release title and notes can be modified.
[1.8.8] - 2025-11-05
Fixed
- --json flag for the auth command now outputs json only.
Added
- Added Python 3.14 support
- Added download command to download package binaries directly from Cloudsmith repositories
- Support for downloading packages with version, format, OS, and architecture filters
- Progress bar with download speed and size information
- Automatic checksum verification (MD5, SHA256, SHA1)
- Dry-run mode to preview downloads without downloading
- Auto-selection mode with --yes flag for scripting
- --all-files option to download all associated files (POM, sources, javadoc, SBOM, etc.) for Maven, NuGet, and other multi-file packages
- Downloads all files into a folder named {package-name}-{version}
- Supports custom output directory with --outfile option
- Shows file type tags (pkg, pom, sources, javadoc, cyclonedx, sbom)
- Reports download progress and success/failure summary for each file
Release v1.8.7
[1.8.7] - 2025-10-27
Added:
- Cloudsmith auth -o --token now creates a new token if none previously existed.
- Added support for json output for auth via --json param.
- Added new create command for tokens. If authenticated and no previous token exists, this allows for new token creation.
Release v1.8.6
Added --force parameter to the Auth command to be used in conjunction with --token to refresh tokens without interactive prompts i.e automatic.
Added --force parameter to the Tokens refresh command to automaticlly refresh without an interactive prompt.
Release v1.8.5
Bump version: 1.8.4 → 1.8.5
Release v1.8.4
ci: update github action permissions for release to allow write (#217)
Release v1.8.3
chore: update changelog