Configure the AhaSend CLI behavior and preferences
~/.ahasend/config.yaml
default_profile: production profiles: production: api_key: "ak_prod_..." account_id: "acc_1234567890" api_url: "https://api.ahasend.com" preferences: output_format: table color_output: true
# Authentication export AHASEND_API_KEY="your-api-key" export AHASEND_ACCOUNT_ID="your-account-id" export AHASEND_PROFILE="staging"
# Authentication --api-key string # AhaSend API key (overrides profile) --account-id string # AhaSend Account ID (required with --api-key) --profile string # Profile to use (overrides default) # Output --output string # Output format: table, json, plain (default: plain) --no-color # Disable colored output # Logging --verbose # Enable verbose output --debug # Enable debug mode # Help -h, --help # Show help -v, --version # Show version
Was this page helpful?