Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 753 Bytes

File metadata and controls

38 lines (26 loc) · 753 Bytes

runware auth login

Authenticate with an API key

runware auth login [flags]

Examples

  # authenticate interactively
  runware auth login

  # pass API key directly
  runware auth login --key YOUR_API_KEY

Options

  -h, --help         help for login
  -k, --key string   API key (or provide interactively)

Options inherited from parent commands

      --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

SEE ALSO