Documentation Index
Fetch the complete documentation index at: https://docs.getpioneer.dev/llms.txt
Use this file to discover all available pages before exploring further.
pioneer install
Install or replace the managed gateway binary and optionally start the service.
Release install requires published gateway assets and a matching
SHA256SUMS file for your OS and architecture.pioneer update
Alias: pioneer self-update
Update the managed gateway binary using the same installer flow.
pioneer start
Start the persistent gateway service.
pioneer status
Show service and gateway reachability status.
- service name
- listen address
- service active state
- gateway reachable state
- runtime home
- install state if present
pioneer issue-superuser-token
Generate and print a JWT for privileged clients.
pioneer secrets status
Show keystore status without printing secret values.
- keystore path
- encryption mode
- total secret entry count
- counts by secret kind
- runtime directory and keystore file permission health
- MCP orphan secret status
gateway.db does not exist yet, MCP orphan status is reported as unavailable.
pioneer secrets garbage-collection
Clean orphan MCP secret values from the gateway keystore.
gateway.db. It only deletes MCP secret values, and it refuses to run when gateway.db is missing. Use --dry-run to inspect counts without deleting anything.
pioneer secrets rotate-jwt-token superuser
Rotate the singleton superuser JWT signing material.
pioneer issue-superuser-token afterwards to issue a fresh token.
pioneer stop
Stop and unregister the persistent gateway service.
The current CLI uses
stop for service removal. There is no separate uninstall command.pioneer version
Print CLI version information.
pioneer help
Show CLI help.
Install source options
| Option | Meaning | ||
|---|---|---|---|
--source local | Use a local gateway asset and local checksum file | ||
--source release | Download a release asset from GitHub Releases | ||
--source channel | Require an explicit --channel and use that release channel | ||
--asset <path> | Local gateway archive path | ||
--checksums <path> | Local SHA256SUMS path | ||
| `—channel stable | beta | canary` | Release channel |
--version x.y.z | Pin a release version |
Install behavior
The native installer flow:- Resolves the asset and checksum file.
- Verifies the asset checksum.
- Stages the new binary.
- Stops the current service if needed.
- Atomically replaces the binary.
- Exposes the CLI command.
- Optionally starts the service.
- Checks gateway health.
- Rolls back on failure.