CLI

3min

The JumpWire engine can be interacted with using the jwctl CLI tool.

Download

The jwctl CLI is packaged for macOS, Linux, and Windows. Click here and choose your matching OS to download the latest binary:

After downloading, extract the archive and move it to a directory in your path:

Linux - ARM
Linux - x64
macOS - ARM
macOS - x64


Authentication

The CLI can be authenticated using either an SSO login or a bearer token. A root token is set on startup with JUMPWIRE_ROOT_TOKEN and has a full set of permissions to interact with the engine. We recommend using an SSO login for interactive CLI usage and a scope-limited token for scripts.

Usage

For full usage instructions, see the README at https://github.com/extragoodlabs/jwctl/ or run jwctl help after installing the CLI.