Skip to main content
After installing the Versori CLI, follow these steps to authenticate and start managing your resources.
1

Generate a JWT for the CLI

Generate a JWT token from the Versori console for the organisation you want to manage.

Generating a JWT for the CLI

2

Add a context

A context stores your authentication credentials for an organisation. You need a JWT token generated from the Versori console for the organisation you want to manage.
Pass in --jwt - to read the JWT from stdin.
3

Verify your context

Confirm the context was created and is active:
4

Run your first command

List the projects in your organisation:

Next steps

Project Workflow

Follow a complete project lifecycle from creation to deployment.

Configuration

Learn about the config file, contexts, and global flags.