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