CLI Reference
This page documents the main command-line interfaces for operating Timeleap components.
tlp
The command wraps all core operations for brokers, workers, and admin tools. It replaces scattered binaries with a single interface.
- — manage broker operations
- — manage worker execution
- — register and inspect plugins
- — manage subnets
Use for available options.
timeleap
Primary binary for launching production nodes. Used directly in and deployment targets.
- — production broker entrypoint
- — production worker entrypoint
- — create for node identity
tl-admin
Standalone CLI for communicating with the Admin Subnet Plugin over RPC. Requires the plugin to be running and reachable via WebSocket.
Install with:
Supported commands:
- — credit a user's balance in a specific subnet and currency
- — debit a user (if authorized)
- — reverse a previous credit by UUID
- — authorize a signer for a subnet
- — remove a signer from a subnet
- — stake KNS tokens for a subnet
- — remove staked tokens
- — link a subnet to a staking address
- — update subnet metadata and broadcast it
You must export the following environment variables:
Usage Examples