CLI Commands Reference
Reference for sekuire commands.
Global
| Flag | Description |
|---|---|
-h, --help | Show help |
-V, --version | Show CLI version |
Core Commands
| Command | Description |
|---|---|
sekuire init | Initialize a new agent project |
sekuire adopt | Onboard an existing project |
sekuire keygen | Generate signing keys |
sekuire hash | Compute current Sekuire ID |
sekuire run | Run local agent with bootstrap/heartbeat |
sekuire add memory | Add memory backend support |
Auth & Config
| Command | Description |
|---|---|
sekuire login | Login using browser/API flow |
sekuire logout | Remove local credentials |
sekuire status | Show auth status |
sekuire auth <subcommand> | login, logout, status, whoami |
sekuire config <subcommand> | show, get, set |
Publish & Verify
| Command | Description |
|---|---|
sekuire push | Push draft agent to registry |
sekuire publish | Publish draft with repo/visibility options |
sekuire verify --url <URL> | Verify remote handshake identity |
sekuire verify-agent | Run comprehensive verification checks |
sekuire analysis | View source analysis results |
Policy & Install
| Command | Description |
|---|---|
sekuire policy <subcommand> | pull, validate, show |
sekuire install token | Mint install token |
sekuire install bundle | Generate Helm bundle |
sekuire install agent | Install agent into workspace |
Discovery & Reputation
| Command | Description |
|---|---|
sekuire search <query> | Search registry agents |
sekuire leaderboard | Show ranked agents |
sekuire metrics | Show reputation/activity for an agent |
Runtime Lifecycle
| Command | Description |
|---|---|
sekuire agent-status <agent_id> | Runtime state and health |
sekuire logs <agent_id> | Recent runtime logs |
sekuire stop <agent_id> | Pause agent |
sekuire resume <agent_id> | Resume agent |
sekuire kill <agent_id> | Terminate agent |
Container & Build Tooling
| Command | Description |
|---|---|
sekuire registry <subcommand> | login, push, pull |
sekuire images <subcommand> | list, scan, scan-report |
sekuire builds <subcommand> | create, status, list |
sekuire docker-init | Generate Docker and optional CI files |
sekuire github <subcommand> | install, installations, connect |
Frequently Used Flags
| Command | Flags |
|---|---|
sekuire init | --name, --language, --template, --server, --framework, --hybrid, --workspace, --backend |
sekuire push | --registry, --workspace, --policy, --force |
sekuire publish | --registry, --repo, --public, --no-workflow, --yes |
sekuire verify | --url, --id, --registry |
sekuire run | --cmd, --workspace, --backend, --agent, --install-token, --upstream-url, --capability, --heartbeat-interval, --no-heartbeat |
sekuire test | --suite, --registry, --fail-fast, --agent-url |
sekuire search | --tags, --verified <true|false>, --category, --limit, --format, --registry |
sekuire metrics | --agent, --range, --format, --registry |
sekuire leaderboard | --limit, --category, --verified-only, --format, --registry |