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 tar xzf jwctl aarch64 unknown linux gnu tar gz sudo mv jwctl /usr/local/bin/ linux x64 tar xzf jwctl x86 64 unknown linux gnu tar gz sudo mv jwctl /usr/local/bin/ macos arm tar xzf jwctl aarch64 apple darwin tar gz sudo mv jwctl /usr/local/bin/ macos x64 tar xzf jwctl x86 64 apple darwin tar gz sudo mv jwctl /usr/local/bin/ 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