Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.landbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Manage authentication and keep the CLI up to date.

auth login

Sign in interactively — opens a browser to complete authentication. Usage
landbase-cli auth login
Flags
FlagDefaultDescription
--keyPaste an API key directly instead of using the browser flow
Examples
# Browser-based login
landbase-cli auth login

# Paste an API key directly
landbase-cli auth login --key

auth status

Show the currently active API key and workspace. Usage
landbase-cli auth status

auth logout

Remove the stored API key. Usage
landbase-cli auth logout