CLI Configuration
After installing the Verblaze CLI, you need to configure it with your CLI token to connect with your project. This one-time setup enables secure access to your project's resources.
Setting Up Your CLI Token
Configure your CLI using the following command with your CLI token:
verblaze config --secret-key YOUR_CLI_SECRET
Replace YOUR_CLI_SECRET with the actual CLI token from your project settings.
Token Security
Important Security Notice
- Keep your CLI token secure and never share it publicly
- Don't commit the token to version control
- Rotate your CLI token periodically for enhanced security
Troubleshooting
If you encounter any issues:
- Ensure you're using the correct CLI token
- Check that your CLI is properly installed
- Verify your internet connection
- Try regenerating your CLI token if problems persist