Improvements to package status indicator in the web app
We've improved how package statuses are displayed and managed across the Cloudsmith web app to help you quickly understand if a package or container is available, safe, and compliant…
We’ve added the --show-all flag to the Cloudsmith CLI, which simplifies your automation scripts by eliminating the need for pagination logic. Previously, fetching large datasets required looping to iterate through page and --page-size. Now, the CLI automatically handles the underlying pagination, fetching every requested item and returning the full list instantly. This lets you simplify your scripts and maintain less code.
You can pass the --show-all flag to the following commands that support pagination:

# List All Packages
cloudsmith list packages <ORG-NAME>/<REPO-NAME> --show-all
# List All Upstreams
cloudsmith upstream <FORMAT> list <ORG-NAME>/<REPO-NAME> --show-all
# List All License Policies
cloudsmith policy license list <ORG-NAME> --show-all
# List All Vulnerability Policies
cloudsmith policy vulnerability list <ORG-NAME> --show-allThe --show-all flag is available in v.1.9.3 of the Cloudsmith CLI.
We've improved how package statuses are displayed and managed across the Cloudsmith web app to help you quickly understand if a package or container is available, safe, and compliant…
We’ve added a last_downloaded field to packages in Cloudsmith, extending search-based package retention rules to enable cleanup of unused packages. This feature allows you to create retention rules that automatically clean up packages in your repository based on usage, rather than just age or count, ensuring you retain only actively used packages…
You can now use the package publish date in Enterprise Policy Manager (EPM) for npm packages. This enables you to define policies that automatically quarantine new packages for a specific time period (e.g., two weeks) after release…
Cloudsmith’s Enterprise Policy Manager (EPM) now leverages Software Bill of Materials (SBOM) data to enable powerful, component-level policies for Docker and OCI container images…
You can now better assess a vulnerability's impact by exploring its key details directly within the vulnerabilities table for a package or container. We've introduced an expanded row layout that shows all available information for a specific finding, helping you make more informed decisions about your response. Additionally, we’ve added CVSS score…
We’ve recently released a set of improvements across the Cloudsmith web app focused on logs, error messaging, and usability…