Authentication
The Deployi CLI uses a token-based authentication system. To authenticate, you'll need to create an access token and store it securely.
Creating an Access Token
To create an access token, first you need to have permissions if you are admin you don't need permissions.
by default access token never expires.
You can go to dashboard/settings/profile
and click on the Generate
button.

Storing the Access Token
Deployi when you create an access token automatically will generate a config.json with the access token and the server url.
Commands
deployi authenticate
- Authenticate with the Deployi CLI.deployi verify
- Verify if the access token is valid.