Installation on MacOS
This is a step-by-step guide to installing Stakpak CLI on MacOS.
Prerequisites
Stakpak Installation
After installing brew, install Stakpak:
brew tap stakpak/stakpak
brew install stakpak
Usage
Create an API key from your Stakpak console Manage API Keys
Set the environment variable
STAKPAK_API_KEY
export STAKPAK_API_KEY=<YOUR-KEY>
Login to Stakpak CLI
stakpak login --api-key $STAKPAK_API_KEY
Confirm the login by viewing your account
stakpak account
Stakpak CLI is now ready to use.
Last updated