Quick Start

Quick Start

To use the CLI, log into your Code Capsules account

codecaps login -e <your email>

You will be prompted for your password. For security reasons, it is not recommended to provide your password inline in the command, but is supported via the -p or --password flag:

codecaps login -e <your email> -p <your password>

Once logged in, you can ensure you are logged into the correct account using the whoami command

codecaps whoami

You are now ready to interact with Code Capsules using the CLI. You can view the list of available commands here.

Last updated

Was this helpful?