https://github.com/cloudinary/homebrew-tap
Homebrew formulas for Cloudinary CLI tools and utilities
https://github.com/cloudinary/homebrew-tap
cli cloudinary homebrew macos tap
Last synced: 6 months ago
JSON representation
Homebrew formulas for Cloudinary CLI tools and utilities
- Host: GitHub
- URL: https://github.com/cloudinary/homebrew-tap
- Owner: cloudinary
- Created: 2025-07-03T13:03:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T13:12:34.000Z (6 months ago)
- Last Synced: 2025-07-03T14:27:49.072Z (6 months ago)
- Topics: cli, cloudinary, homebrew, macos, tap
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudinary Homebrew Tap
This is the official Homebrew tap for Cloudinary CLI tools and utilities.
## Installation
First, add the tap to your Homebrew:
```bash
brew tap cloudinary/tap
```
Then install any of the available tools:
```bash
brew install cloudinary-cli
```
## Available Formulas
| Tool | Description | Install Command |
|------|-------------|-----------------|
| [cloudinary-cli](https://github.com/cloudinary/cloudinary-cli) | Command line interface for Cloudinary with full API support | `brew install cloudinary-cli` |
## Updating
To update to the latest versions:
```bash
brew update
brew upgrade cloudinary-cli
```
## Uninstalling
To remove a tool:
```bash
brew uninstall cloudinary-cli
```
To remove the tap entirely:
```bash
brew untap cloudinary/tap
```
## Issues
If you encounter any issues with these formulas, please report them in the respective tool's repository:
- [cloudinary-cli issues](https://github.com/cloudinary/cloudinary-cli/issues)
## Contributing
These formulas are automatically updated when new releases are published. Manual contributions are welcome via pull requests.