CLI Reference
CLI Command Reference
Every command available in the jungle CLI — grouped by area with flags, descriptions, and copyable examples.
Auth
Auth commands
Authenticate the CLI against your Jungle Grid account using the browser-backed device flow.
jungle loginOpen a browser window to authenticate this machine. On completion the CLI stores a session token locally.
Show flags, examples, and notes
Flags
Examples
jungle whoamiPrint the currently authenticated account email and session metadata.
Show flags, examples, and notes
Examples
jungle logoutRevoke the local session token and sign out of this machine.
Show flags, examples, and notes
Examples
Submit
Submit commands
Queue workloads by intent. The orchestrator resolves placement — you describe what you want to run, not which GPU to use.
jungle submitSubmit a workload. The CLI fetches a cost estimate first and asks for confirmation before queuing.
Show flags, examples, and notes
Flags
Examples
Jobs
Jobs commands
Inspect running and completed workloads. Find job IDs, review lifecycle state, and tail runtime logs.
jungle jobsList all jobs on your account with their current status.
Show flags, examples, and notes
Examples
jungle status <job-id>Show the detail view for a single job — the same data the portal status page uses.
Show flags, examples, and notes
Examples
jungle logs <job-id>Tail the runtime output for a job. Useful once you already know which job you want to inspect.
Show flags, examples, and notes
Flags
Examples
Nodes
Nodes commands
Browse public capacity, register a provider node, and manage the local node-agent daemon.
jungle nodesList public capacity currently available in the marketplace.
Show flags, examples, and notes
Flags
Examples
jungle nodes show <node-id>Show the detail view for a single node including capacity signals.
Show flags, examples, and notes
Examples
jungle node registerRegister this machine as a provider node. Collects payout details and writes local node config.
Show flags, examples, and notes
Flags
Examples
jungle node install-agentDownload and install the managed node-agent binary. Most providers can skip this — jungle node start installs on demand.
Show flags, examples, and notes
Examples
jungle node start / stop / statusStart the node-agent in the background as a daemon, stop it, or check its current state.
Show flags, examples, and notes
Flags
Examples
Credentials
Credentials commands
Save private container registry credentials so you can submit private images without pasting secrets into every command.
jungle registry-credentials listList all saved registry credentials on your account.
Show flags, examples, and notes
Examples
jungle registry-credentials createInteractively save a new registry credential. The CLI prompts for the registry host, username, and access token.
Show flags, examples, and notes
Examples
jungle registry-credentials show <id>Show the metadata for a saved credential (secrets are never echoed).
Show flags, examples, and notes
Examples
jungle registry-credentials delete <id>Permanently delete a saved registry credential.
Show flags, examples, and notes
Examples