config command lets you view and modify Anyware configuration.
Usage
Options
| Option | Description |
|---|---|
--api-url <url> | Set API URL |
--llm-url <url> | Set LLM proxy URL |
Examples
View current configuration
Set API URL
Set LLM URL
Set multiple options
Configuration Storage
Configuration is stored at~/.anyware/config.json. This file also contains your authentication credentials.
Use Cases
- Development: Point to a local or staging server
- Self-hosted: Connect to your own Anyware deployment
- Enterprise: Use internal endpoints
See Also
- anyware status - Check login status
- Running 24/7 - Self-hosted deployment