Improved sorting and filtering controls in the new web app
We have improved sorting and filtering in the new web application, making it easier to manage members, teams and service accounts in Cloudsmith…
You can now run the Cloudsmith CLI anywhere Docker is supported - no installation needed. This makes it easier to integrate into containerized workflows and CI/CD systems, where setup speed and consistency matter.
Installing and managing the CLI across environments, especially in CI/CD pipelines, often meant extra setup steps or custom scripts. The official Docker image provides a portable, consistent way to run the CLI in automation workflows without managing local installations.
docker pull cloudsmith/cloudsmith-cli
docker run --rm -e CLOUDSMITH_API_KEY=your-api-key cloudsmith/cloudsmith-cli whoami
Need a quick way to use the Cloudsmith CLI in CI/CD or containerized environments? This image is the fastest path forward. It’s available now on Docker Hub.
We have improved sorting and filtering in the new web application, making it easier to manage members, teams and service accounts in Cloudsmith…
Cloudsmith has added support for the JavaScript Registry (JSR) Upstreams. The JavaScript Registry is a modern package registry for JavaScript and TypeScript. It works with many runtimes (Node.js, Deno, Bun, browsers, and more) and is backwards compatible with npm. JSR modules can be used with any JavaScript package manager and in any project with a node_modules folder…
You can now proxy and cache Crates from crates.io and other sources directly through Cloudsmith. Proxying and caching from upstream repositories makes dependency management for your Rust projects faster, more reliable, and more secure…
Following our announcement last week about our support for the Go Proxy, we have released two new feature enhancements: Caching for Go modules and Proxy to Go Checksum Database…
Cloudsmith now gives you stronger control over your software supply chain by blocking downloads of any package that doesn’t pass your organization’s security and compliance policies, including packages fetched from upstream registries…
You can now integrate Cloudsmith into Datadog using our prebuilt Datadog Agent container…