CLI Commands Reference
Complete reference for all Sekuire CLI commands.
Global Options
| Option | Description |
|---|---|
--help, -h | Show help for command |
--version, -V | Show CLI version |
init
Scaffold a new agent project.
bash
sekuire init [OPTIONS]| Option | Description |
|---|---|
--name <NAME> | Project name |
--language <LANG> | typescript, python, rust |
--provider <PROVIDER> | openai, anthropic, google, ollama |
--force | Overwrite existing files |
login
Configure API key for authentication.
bash
sekuire login [OPTIONS]| Option | Description |
|---|---|
--web-url <URL> | Web app URL (default: http://localhost:5555) |
logout
Remove stored API key.
bash
sekuire logoutstatus
Check current authentication status.
bash
sekuire statushash
Calculate the deterministic Sekuire ID from the current project.
bash
sekuire hashpush
Push agent to registry (draft).
bash
sekuire push [OPTIONS]| Option | Description |
|---|---|
--registry <URL> | Registry URL |
--workspace <ID> | Target workspace for policy validation |
--skip-policy | Skip policy validation |
verify
Verify a remote agent's identity.
bash
sekuire verify [OPTIONS]| Option | Description |
|---|---|
--agent-id <ID> | Sekuire ID to verify |
--registry <URL> | Registry URL |
run
Run agent locally with automatic bootstrap.
bash
sekuire run [OPTIONS]| Option | Description |
|---|---|
--cmd <CMD> | Agent start command (default: from sekuire.yml) |
--workspace <ID> | Target workspace |
--heartbeat-interval <SEC> | Heartbeat interval (default: 30) |
config
Manage CLI configuration.
bash
sekuire config <COMMAND>| Subcommand | Description |
|---|---|
show | Show all config values |
get <KEY> | Get a specific value |
set <KEY> <VALUE> | Set a value |
policy
Workspace policy operations.
bash
sekuire policy <COMMAND>| Subcommand | Description |
|---|---|
pull | Download workspace policy |
validate | Verify policy integrity |
show | Display policy summary |
install
Installation helpers.
bash
sekuire install <COMMAND>| Subcommand | Description |
|---|---|
token | Create workspace-scoped install token |
bundle | Generate Helm chart for BYOC |
agent | Install agent into workspace |