CLI Referencev0.0.3
lifectl
The official command-line tool for Lifetime Soft. Manage authentication, AI agents, and more directly from your terminal.
Installation
npm
npm install -g @lifetimesoft/lifectl
Requires Node.js 18 or later.
Verify installation
lifectl --version
Quick Start
1
Login to your account
lifectl auth login
2
Check your status
lifectl auth status
3
Push your first agent
lifectl agent push
4
List your agents
lifectl agent list
Agent Registry
Browse and discover public AI agents at the Lifetime Soft Registry. You can pull any public agent directly with lifectl.
registry.lifetimesoft.comPull a public agent
lifectl ai agent pull <agent-name>
lifectl ai agent pull myorg/my-agent
Command Reference
Global Options
| Option | Description |
|---|---|
| --help, -h | Show help for a command |
| --version, -v | Show CLI version |
| --json | Output results as JSON |