dab init --rest.disabled / --graphql.disabled / --mcp.disabled
dab init has both --rest.disabled and --rest.enabled for the same property. Confusing UX, though functionally equivalent.
CLI
Inverted boolean semantics
Schema
runtime.rest.enabled / runtime.graphql.enabled / runtime.mcp.enabled
What to do?
dab init --rest.enabled true|false
dab init --graphql.enabled true|false
dab init --mcp.enabled true|false
Remove disabled from CLI help, emit deprecation log.
dab init --rest.disabled / --graphql.disabled / --mcp.disableddab init has both --rest.disabled and --rest.enabled for the same property. Confusing UX, though functionally equivalent.
CLI
Inverted boolean semantics
Schema
runtime.rest.enabled / runtime.graphql.enabled / runtime.mcp.enabled
What to do?
Remove
disabledfrom CLI help, emit deprecation log.