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.com

Pull a public agent

lifectl ai agent pull <agent-name>
lifectl ai agent pull myorg/my-agent

Command Reference

lifectl auth

Authentication commands — login and logout

lifectl ai agent

Manage AI agents — push, pull, run, stop, logs, and more

Global Options

OptionDescription
--help, -hShow help for a command
--version, -vShow CLI version
--jsonOutput results as JSON