Authenticate with an API key
runware auth login [flags]
# authenticate interactively
runware auth login
# pass API key directly
runware auth login --key YOUR_API_KEY
-h, --help help for login
-k, --key string API key (or provide interactively)
--debug Show full debug output
-F, --format string CLI output format: table, json, yaml (default "table")
--transport string Transport protocol: ws (WebSocket) or http (REST) (default "ws")
-v, --verbose Show request/response details
- runware auth - Manage authentication