Usage & Configuration
Configuration
Section titled “Configuration”Set Configuration
Section titled “Set Configuration”# Set your API URLgis.ph config set apiUrl https://api.gis.ph
# Set your API keygis.ph config set apiKey sk_live_abc123Manage Configuration
Section titled “Manage Configuration”# Get configuration valuegis.ph config get <key>
# List all configurationgis.ph config list
# Delete configurationgis.ph config delete <key>Auto-Update
Section titled “Auto-Update”# Enable/disable automatic update checksgis.ph config auto-update enablegis.ph config auto-update disableUpdates
Section titled “Updates”# Update to latest versiongis.ph update
# Check for updates without installinggis.ph update --check
# Force update even if on latest versiongis.ph update --forceEnvironment Variables
Section titled “Environment Variables”The CLI supports the following environment variables:
API_URL- Base URL for the APIAPI_KEY- API authentication key
These can be set in a .env file or exported in your shell.