data-api-builder-cli
Create, update, validate, and run Data API Builder projects from the terminal. Covers every dab subcommand.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create, update, validate, and run Data API Builder projects from the terminal. Covers every dab subcommand.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run SQL Commander as a companion container for browser-based SQL access, with optional Azure Container Apps configuration.
Orchestrate SQL Server and Data API Builder with .NET Aspire for local development, health-aware startup, and dashboard-driven diagnostics.
Add MCP Inspector to .NET Aspire AppHost for local SQL MCP Server validation and tool discovery.
Add SQL Commander to .NET Aspire for lightweight SQL browsing and query execution during local DAB development.
Use SQL Database Projects (.sqlproj) with .NET Aspire for declarative schema deployment via dacpac.
Deploy Data API Builder and SQL MCP Server to Azure App Service for Linux, with or without containers.
| name | data-api-builder-cli |
| description | Create, update, validate, and run Data API Builder projects from the terminal. Covers every dab subcommand. |
| license | MIT |
dab initdab add / dab update / dab configuredab validatedab startdab init — scaffold dab-config.json; flags include --database-type, --connection-string, --host-mode, --cors-origin, --auth.provider, --auth.audience, --auth.issuer, --rest.enabled, --rest.path, --graphql.enabled, --graphql.path, --mcp.enabled.dab add <entity> — register a table, view, or stored procedure; flags include --source, --source.type, --source.key-fields, --source.params, --permissions, --rest, --graphql, --fields.include, --fields.exclude, --policy-database, --cache.enabled, --cache.ttl-seconds, --cache.level.dab update <entity> — modify an existing entity; same surface as add plus --relationship, --cardinality, --target.entity, --linking.object, --linking.source.fields, --linking.target.fields.dab configure — change non-entity settings; flags include --data-source.database-type, --data-source.connection-string, --data-source-files, --azure-key-vault.endpoint, --runtime.rest.enabled, --runtime.graphql.enabled, --runtime.mcp.enabled, --runtime.pagination.default-page-size, --show-effective-permissions.dab add-telemetry — wire OpenTelemetry / Application Insights; flags --otel-enabled, --otel-endpoint, --app-insights-enabled, --app-insights-connection-string.dab auto-config <definition> — create/update an autoentities definition; flags --patterns.include, --patterns.exclude, --patterns.name, --template.rest.enabled, --template.graphql.enabled, --template.mcp.dml-tools, --template.cache.ttl-seconds, --permissions.dab auto-config-simulate — preview what auto-config would produce; supports -o/--output for CSV.dab export --graphql — emit or generate a GraphQL schema; flags include -o/--output, --graphql-schema-file, --generate, --sampling-mode, --sampling-count.dab validate — multi-stage check of dab-config.json; only accepts -c/--config.dab start — launch the runtime; flags include --config, --LogLevel, --verbose, --no-https-redirect, --mcp-stdio.@env('VAR') for secrets; never inline connection strings.execute action for stored procedures.--source.key-fields for views.dab validate before dab start in CI.data-api-builder-configdata-api-builder-auto-configdata-api-builder-authdata-api-builder-mcp