https://github.com/cloudsmith-io/homebrew-cloudsmith-cli
๐บ Homebrew Tap for installing the official Cloudsmith CLI - a powerful command-line interface to manage everything Cloudsmith.
https://github.com/cloudsmith-io/homebrew-cloudsmith-cli
Last synced: 6 days ago
JSON representation
๐บ Homebrew Tap for installing the official Cloudsmith CLI - a powerful command-line interface to manage everything Cloudsmith.
- Host: GitHub
- URL: https://github.com/cloudsmith-io/homebrew-cloudsmith-cli
- Owner: cloudsmith-io
- License: apache-2.0
- Created: 2025-05-28T13:31:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T05:56:35.000Z (about 1 month ago)
- Last Synced: 2026-01-12T15:43:05.678Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 372 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudsmith CLI Homebrew Tap
๐บ This is the official Homebrew Tap for installing the [Cloudsmith CLI](https://docs.cloudsmith.com/developer-tools/cli) โ a powerful command-line interface to manage everything Cloudsmith.
## ๐ง Installation
First, add the tap:
```bash
brew tap cloudsmith-io/cloudsmith-cli
```
Then install the CLI:
```bash
brew install cloudsmith-cli
```
To upgrade:
```bash
brew upgrade cloudsmith-cli
```
## โ
Features
- Install the Cloudsmith CLI via Homebrew
- Easily keep the CLI up to date with `brew upgrade`
- CLI lets you manage packages, repositories, and access controls
## ๐งช Verify Installation
```bash
cloudsmith --version
```
## ๐ฆ About Cloudsmith CLI
The Cloudsmith CLI allows you to:
- Upload/download packages to your Cloudsmith repositories
- Manage entitlement tokens, upstream proxies, and metadata
- Integrate with CI/CD workflows and automation tools
๐ [Read the full CLI documentation โ](https://docs.cloudsmith.com/developer-tools/cli)
## ๐ค Contributing
We welcome contributions! Please ensure changes are tested and include relevant documentation updates. For formula contributions, make sure to bump the version and update the SHA256 value. You can check contributing guide [here](https://github.com/cloudsmith-io/homebrew-cloudsmith-cli/blob/main/CONTRIBUTING.md).
## ๐งพ License
This tap is provided under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
## ๐ฌ Support
For issues with the tap or installation, please open a GitHub issue or contact [support@cloudsmith.io](mailto:support@cloudsmith.io).