CLI
3min
The JumpWire engine can be interacted with using the jwctl CLI tool.
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:
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.
For full usage instructions, see the README at https://github.com/extragoodlabs/jwctl/ or run jwctl help after installing the CLI.
Updated 25 Mar 2024
Did this page help you?