CLI

Everything you can do in the browser, you can do from the terminal with the rezee command.

Authentication

$ rezee auth login       # open browser, store a scoped token
$ rezee auth status      # show the current account
$ rezee auth logout      # revoke the local token

Repositories

$ rezee repo create <name>
$ rezee repo list
$ rezee repo clone <owner>/<name>

Pull requests

$ rezee pr create -m "<title>"
$ rezee pr list --state open
$ rezee pr merge <number>

Pipelines

Trigger and watch CI runs, and stream logs straight to your terminal.

$ rezee run --watch
$ rezee pipeline logs --watch
$ rezee secrets set DATABASE_URL=...
$ rezee secrets rotate --project=<name>

Issues

$ rezee issue create -t "<title>"
$ rezee issue list --assignee me
$ rezee issue close <id>

New to Rezee? Start with the Quickstart.