Skip to content

[not-quite-a-bug]: invalid disabled #3376

@JerryNixon

Description

@JerryNixon

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.

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

In Progress

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions