Skip to main content

CLI Commands Reference

Reference for sekuire commands.

Global

FlagDescription
-h, --helpShow help
-V, --versionShow CLI version

Core Commands

CommandDescription
sekuire initInitialize a new agent project
sekuire adoptOnboard an existing project
sekuire keygenGenerate signing keys
sekuire hashCompute current Sekuire ID
sekuire runRun local agent with bootstrap/heartbeat
sekuire add memoryAdd memory backend support

Auth & Config

CommandDescription
sekuire loginLogin using browser/API flow
sekuire logoutRemove local credentials
sekuire statusShow auth status
sekuire auth <subcommand>login, logout, status, whoami
sekuire config <subcommand>show, get, set

Publish & Verify

CommandDescription
sekuire pushPush draft agent to registry
sekuire publishPublish draft with repo/visibility options
sekuire verify --url <URL>Verify remote handshake identity
sekuire verify-agentRun comprehensive verification checks
sekuire analysisView source analysis results

Policy & Install

CommandDescription
sekuire policy <subcommand>pull, validate, show
sekuire install tokenMint install token
sekuire install bundleGenerate Helm bundle
sekuire install agentInstall agent into workspace

Discovery & Reputation

CommandDescription
sekuire search <query>Search registry agents
sekuire leaderboardShow ranked agents
sekuire metricsShow reputation/activity for an agent

Runtime Lifecycle

CommandDescription
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

CommandDescription
sekuire registry <subcommand>login, push, pull
sekuire images <subcommand>list, scan, scan-report
sekuire builds <subcommand>create, status, list
sekuire docker-initGenerate Docker and optional CI files
sekuire github <subcommand>install, installations, connect

Frequently Used Flags

CommandFlags
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

Full Command Docs