cli-default
Installation
SKILL.md
cli-default
The agentic-db CLI wraps the generated ORM with a fluent per-table command
surface plus a small set of hand-authored top-level commands (context,
config, auth, search, ask, init, gen, request-upload-url,
confirm-upload, provision-bucket).
Per-entity commands are auto-generated from the GraphQL schema — there is one
subcommand per table in the generated ORM. See
sdk/cli/generated/cli/commands/ for
the authoritative list; common ones include contact, company, note,
task, memory, conversation, message, agent, skill, rule,
project, goal, habit, and their M:N junctions (contact-company,
contact-note, task-project, goal-habit, …).