Installing the Openlane CLI
Installation
MacOS
The openlane CLI is available for MacOS using homebrew
brew install theopenlane/tap/openlane
From Source
Download the CLI directly from github releases
Authentication
info
Oauth login is not currently supported using the cli. You must use an API or Personal Access Token instead.
Using API or Personal Access Tokens:
export CORE_TOKEN=tola_REDACTED
export CORE_PAT=tolp_REDACTED
Using username and password credentials
- Using the
logincommand
openlane login -u meow@example.com
- You will be prompted to enter your password
- You will be prompted to store your access token, refresh token, and session token to your local keychain.
tip
Set the openlane CLI to always allow in your Keychain so you do not need to continuously allow the storage and retrieval on every command.