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

https://github.com/warrant-dev/warrant-cli

Command-line tool for Warrant
https://github.com/warrant-dev/warrant-cli

access-control acl authorization cli command-line command-line-tool go golang permissions rbac role-based-access-control

Last synced: about 1 year ago
JSON representation

Command-line tool for Warrant

Awesome Lists containing this project

README

          

# Warrant CLI

Interact with [Warrant](https://warrant.dev/) on your command line.

## Installation

### macOS (Using Homebrew)

#### Install:
```bash
brew install warrant-dev/warrant/warrant
```

#### Upgrade:
```bash
brew upgrade warrant-dev/warrant/warrant
```

### Binaries

Latest binaries for Mac, Linux & Windows available [here](https://github.com/warrant-dev/warrant-cli/releases/latest)

## Usage

After download/installation, first init the CLI:

```bash
warrant init
```

Once initialized, CLI is ready for use:

```bash
warrant [cmd] [args]
```

## Warrant Documentation

- [Warrant Docs](https://docs.warrant.dev/)