# 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 for more details.
Prerequisites
-secret For most commands you need a projectID and cliSecret to authenticate. You can find both in our developer panel. We offer multiple authentication methods which are explained in our documentation.
Installation
We offer multiple installation methods, see our documentation 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.
Run
To use the Corbado CLI just run:
corbado
It will print a list of all commands. See our documentation for a detailed explanation for each one of them.