Skip to content
qibdo qibdo
Theme
Book a demo

auth login

Sign in to your platform

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.

Terminal window
qibdo auth login [flags]
Terminal window
qibdo auth login
qibdo auth login --email juan@qibdo.com
qibdo auth login --credential-store file
--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 login
--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 stderr
  • qibdo auth - Authenticate with your qibdo platform