An open API service indexing awesome lists of open source software.

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.

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).