You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
add --bearer-token-env <name> for remote servers. fx writes it as bearer_token_env. Other agents drop it with a warning. When the same run also passes --header Authorization, fx omits that header, warns, and keeps bearer_token_env; other agents keep the header. Authorization without --bearer-token-env still fails on fx. Empty, whitespace, and non-identifier names fail in the CLI and the SDK.