validate

Validate ginx configuration file

validate command: Validates the YAML configuration file and check for syntax errors, missing fields, and potential issues.

ginx validate

Checks performed:

  • Required 'command' field presence

  • Command validity

  • Working directory existence

  • Configuration syntax

Output Example:

Configuration validation:

Script: deps-install
  ✓ Command: pip install pytest pytest-cov pytest-mock pyyaml typer

Script: install
  ✓ Command: pip install -e .

Script: setup
  ✓ Command: pip install -e . && pip install -r requirements.txt

Last updated