https://github.com/pluralsh/plural-cli
cli for the plural platform
https://github.com/pluralsh/plural-cli
cli go golang
Last synced: 2 months ago
JSON representation
cli for the plural platform
- Host: GitHub
- URL: https://github.com/pluralsh/plural-cli
- Owner: pluralsh
- License: mit
- Created: 2020-09-15T00:36:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T02:13:16.000Z (about 1 year ago)
- Last Synced: 2025-04-16T03:21:29.986Z (about 1 year ago)
- Topics: cli, go, golang
- Language: Go
- Homepage:
- Size: 11.7 MB
- Stars: 27
- Watchers: 8
- Forks: 10
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Plural CLI
Deploying your services using the Plural CLI.
## Installation
The Plural CLI is available on homebrew, a single line install can be done with:
```bash
brew install pluralsh/plural/plural
```
If you are using a machine that is not compatible with homebrew,
we recommend simply downloading a pre-built release on github and installing it onto your machines path. The releases can be found here: https://github.com/pluralsh/plural-cli/releases.
## Requirements
Plural does require a few other CLI's to be installed, namely:
* `helm`
* `terraform`
* `kubectl`
* cloud provider CLI for the infrastructure you're deploying to, like `aws`, `az`, `gcloud` etc.
## Quickstart
Detailed instructions can be found at https://docs.plural.sh/deployments/cli-quickstart.
## Reaching Out
If you have any issues with your plural installations, or just want to show us some love, feel free to drop into our discord [here](https://discord.gg/bEBAMXV64s)