mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 16:41:45 -06:00
085228c961
Document that automation should pipe `models auth paste-token` credentials over stdin instead of passing token material in argv, keeping the existing secret-handling path explicit in the CLI docs. Also include accepted auth-profile credential types in invalid-profile warning logs so malformed local auth stores are easier to repair. Fixes #63042. Thanks @liaoandi.