WendyOS Docs
AdvancedClientsWendy cliCommandsCloud

wendy cloud login

Authenticates the CLI with Wendy Cloud. This is the primary login entry point.

wendy cloud login

Authenticates the CLI with Wendy Cloud. This is the primary login entry point.

Usage

wendy cloud login
wendy cloud login --cloud <dashboard-url> --cloud-grpc <grpc-endpoint>

Description

wendy cloud login is identical to wendy auth login — it reuses the same implementation. It opens a browser to the cloud dashboard, waits for the OAuth callback, generates a key pair and CSR, then issues and stores an mTLS certificate that subsequent commands use automatically.

wendy auth login remains functional for backward compatibility but is no longer listed in the top-level help. See wendy auth login for the full flag reference and multi-session behaviour.

Flags

FlagDefaultDescription
--cloud""Dashboard URL of a non-default cloud instance.
--cloud-grpc""gRPC endpoint of a non-default cloud instance.

See also

On this page