maton login

maton login [flags]

Login to your Maton account to set up the CLI. By default, this opens your browser to the Maton login page. After signing in, copy your API key and paste it back into the terminal. Use –interactive when you don’t want to launch a browser (for example, on a headless host).

Available commands

Options

--insecure-storage
Save the API key in plain text instead of the OS keyring
-i, --interactive
Skip launching the browser; only prompt for an API key

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

# Open the Maton login page and paste in an API key
$ maton login

# Skip the browser launch and just paste an API key
$ maton login --interactive

See also