بنقرة واحدة
cli-objects
CLI tool (csdk) for the objects API — provides CRUD commands for 5 tables and 4 custom operations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
CLI tool (csdk) for the objects API — provides CRUD commands for 5 tables and 4 custom operations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Build interactive CLI tools with the Constructive CLI SDK. Use when asked to "create a CLI", "build a command-line tool", "add CLI prompts", "create interactive prompts", "store CLI config", "add terminal colors", or when building any CLI application in a Constructive project. This package provides runtime utilities for type coercion, config management, display formatting, and command handler patterns used by generated and custom CLIs.
The _meta schema-introspection plugin for PostGraphile v5 (MetaSchemaPlugin / MetaSchemaPreset in graphile-settings). Exposes a single _meta root query describing every table's fields, indexes, constraints, relations, inflection names, root query/mutation names, and smart-tag-derived metadata (storage, search, i18n, realtime). Use when asked to "expose database metadata in GraphQL", "add a field to _meta", "understand the _meta query", "drive codegen from _meta", or when adding a new smart-tag-detected metadata builder to the meta-schema plugin.
CLI tool (csdk) for the api API — provides CRUD commands for 47 tables and 9 custom operations
CLI tool (csdk) for the auth API — provides CRUD commands for 13 tables and 35 custom operations
CLI tool (csdk) for the compute API — provides CRUD commands for 65 tables and 29 custom operations
CLI tool (csdk) for the config API — provides CRUD commands for 5 tables and 13 custom operations
| name | cli-objects |
| description | CLI tool (csdk) for the objects API — provides CRUD commands for 5 tables and 4 custom operations |
CLI tool (csdk) for the objects API — provides CRUD commands for 5 tables and 4 custom operations
# Context management
csdk context create <name> --endpoint <url>
csdk context use <name>
# Authentication
csdk auth set-token <token>
# Config variables
csdk config set <key> <value>
csdk config get <key>
# CRUD for any table (e.g. commit)
csdk commit list
csdk commit get --id <value>
csdk commit create --<field> <value>
# Non-interactive mode (skip all prompts, use flags only)
csdk --no-tty commit list
csdk context create local --endpoint http://localhost:5000/graphql
csdk context use local
csdk auth set-token <token>
csdk commit list
csdk --no-tty commit create --<field> <value>
See the references/ directory for detailed per-entity API documentation: