auth login
Sign in to your platform
Synopsis
Section titled “Synopsis”Sign in with your email and password. The session this starts is kept on this machine, so the commands you run afterwards do not ask again.
The password is read without echo and is never accepted as a flag or an argument, because it would land in your shell history, in process listings, and in CI logs.
Your session is held by your operating system’s credential facility. On a host without one, the command fails and names the file option rather than quietly writing your tokens to disk.
qibdo auth login [flags]Examples
Section titled “Examples” qibdo auth login qibdo auth login --email juan@qibdo.com qibdo auth login --credential-store fileOptions
Section titled “Options” --credential-store string Where to hold the session: keyring or file --email string Email address to sign in with (skips the prompt) -h, --help help for loginOptions inherited from parent commands
Section titled “Options inherited from parent commands” --color string Colorize output: auto|always|never (respects NO_COLOR) (default "auto") --debug Wire-level detail on stderr (credentials redacted) --endpoint string API endpoint override (host:port) --insecure Use a plaintext connection (dev/lab platform only) --no-input Never prompt; fail instead --no-pager Do not page long human-readable output --profile string Configuration profile to use -q, --quiet Suppress non-essential stderr output --verbose Human-readable progress on stderrSee Also
Section titled “See Also”- qibdo auth - Authenticate with your qibdo platform