CLI
Installation and Setup
pip install highflame-cliSet Up Environment Variables
export HIGHFLAME_BASE_URL=your_base_url
export HIGHFLAME_API_KEY=your_api_keyCommon Commands
CLI Authentication
highflame-cli authProvider Management
Create a Provider
highflame-cli provider create --name "example_provider" --type "closed" --config '{"api_version": "v1", "deployment_name": "example_deployment", "organization": "example_org"}'List All Providers
Get a Specific Provider
Update a Provider
Create a Secret
List All Secrets
Update a Secret
Delete a Secret
Create a Template
List All Templates
Get a Specific Template
Update a Template
Delete a Template
Last updated