Skip to content

Document flag validation constraints #496

@Mossaka

Description

@Mossaka

Priority: P0 - Critical

Description

Add "Flag Combinations and Constraints" section documenting:

  1. --skip-pull + --build-local = error
  2. --allow-host-ports requires --enable-host-access

Undocumented Validation Constraints

Constraint Code Location Error Behavior
--skip-pull + --build-local line 854-860 Error: incompatible flags
--allow-host-ports requires --enable-host-access line 849-852 Error: missing dependency

Acceptance Criteria

  • New section added to docs/usage.md
  • Each constraint documented with error message shown
  • Examples of correct vs incorrect usage

Files to Modify

  • docs/usage.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions