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

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

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.