Skip to main content

Quick Install

The easiest way to install the Nudgen CLI is using our one-liner install script.

macOS & Linux

Run the following command in your terminal:

Via Go

If you have Go 1.22+ installed, you can install the CLI directly:

From Source

If you have Go 1.22+ installed, you can build from source:
The binary will be available at ./bin/nudgen.

Initial Setup

Once installed, verify the installation by checking the version:

Authentication

To start using the CLI, you need to authenticate with a Personal Access Token (PAT).
  1. Run the login command:
  2. Follow the interactive prompts to enter your token.
  3. Verify your identity:

Updating

To update to the latest version, simply run the install script again or use the built-in update command (if available):

Security

Nudgen CLI uses the system keychain to store your PAT securely. We never log or output raw tokens in any command output. Next, explore the core commands.