Installation
Global install:Commands
jam list
List all available nodes.
jam run <node>
Run a node interactively.
When
--input is not provided, the CLI prompts for each required field interactively.
jam init
Generate an .env template with all supported credential placeholders.
.env file with entries for:
jam credentials
Manage saved credentials.
Credential Priority
The CLI checks credentials in this order:- Environment variables -
JAM_<SERVICE>_API_KEYformat - Encrypted local storage - saved via
jam credentials set - Runtime prompts - asked during
jam run
Scripting
The CLI supports JSON output for scripting with tools likejq: