https://github.com/turbot/guardrails-cli
Turbot Guardrails Command Line Interface (CLI)
https://github.com/turbot/guardrails-cli
cli hacktoberfest turbot turbot-guardrails
Last synced: about 1 month ago
JSON representation
Turbot Guardrails Command Line Interface (CLI)
- Host: GitHub
- URL: https://github.com/turbot/guardrails-cli
- Owner: turbot
- License: other
- Created: 2019-07-10T11:55:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-05-15T16:39:49.000Z (about 2 months ago)
- Last Synced: 2026-05-15T19:19:50.775Z (about 2 months ago)
- Topics: cli, hacktoberfest, turbot, turbot-guardrails
- Language: Shell
- Homepage: https://turbot.com/guardrails/docs/reference/cli
- Size: 256 KB
- Stars: 5
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turbot Guardrails CLI
Command line tooling for Turbot Guardrails - used by developers to write scripts and
create mods.
## Documentation
* `turbot --help`
* [CLI in 7 minutes](https://turbot.com/guardrails/docs/7-minute-labs/cli)
* [Command Reference](https://turbot.com/guardrails/docs/reference/cli/commands)
* [Release Notes](https://turbot.com/guardrails/changelog?tag=cli)
## Installation
### Homebrew (macOS & Linux)
```bash
brew install turbot/tap/guardrails-cli
```
### Install Script (macOS & Linux)
```bash
curl -fsSL https://raw.githubusercontent.com/turbot/guardrails-cli/master/install.sh | sh
```
Options:
```bash
# Install to a custom directory
curl -fsSL https://raw.githubusercontent.com/turbot/guardrails-cli/master/install.sh | sh -s -- -b ~/.local/bin
# Install a specific version
curl -fsSL https://raw.githubusercontent.com/turbot/guardrails-cli/master/install.sh | sh -s -- v1.32.0
```
### Manual Download
Download the latest release from the [Releases page](https://github.com/turbot/guardrails-cli/releases) and extract to a directory in your PATH.
### Verify Installation
```bash
turbot --version
```
## License & Terms
The Turbot Guardrails CLI is closed source, proprietary software. It may be [downloaded
here](https://github.com/turbot/guardrails-cli/releases) and is subject to the [LICENSE](./LICENSE).
Documentation and examples in this repository are available under the [Apache
2.0 License](./LICENSE-DOCS).