https://github.com/corbado/cli
The Corbado CLI (command line interface) is a tool which you can run locally on your command line to interact with the Corbado platform.
https://github.com/corbado/cli
Last synced: 9 months ago
JSON representation
The Corbado CLI (command line interface) is a tool which you can run locally on your command line to interact with the Corbado platform.
- Host: GitHub
- URL: https://github.com/corbado/cli
- Owner: corbado
- Created: 2023-02-09T22:58:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T11:05:54.000Z (over 3 years ago)
- Last Synced: 2025-04-10T22:35:00.260Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corbdo CLI
The Corbado CLI (command line interface) is a tool which you can run locally on your command line to interact with the Corbado platform.
See our [official documentation](https://docs.corbado.com/helpful-guides/corbado-cli) for more details.
## Prerequisites
-secret
For most commands you need a projectID and cliSecret to authenticate. You can find both in our [developer panel](https://app.corbado.com/app/settings/credentials/cli-secret). We offer multiple authentication methods which are explained in our [documentation](https://docs.corbado.com/helpful-guides/corbado-cli#authentication).
## Installation
We offer multiple installation methods, see our [documentation](https://docs.corbado.com/helpful-guides/corbado-cli#installation) for more details. Go install of course always works:
`go install github.com/corbado/cli/cmd/corbado@latest`
Or check out our pre-compiled binaries at our [release page](https://github.com/corbado/cli/releases/latest).
## Run
To use the Corbado CLI just run:
`corbado`
It will print a list of all commands. See our [documentation](https://docs.corbado.com/helpful-guides/corbado-cli#commands) for a detailed explanation for each one of them.