list

List all available scripts

list command: display all available scripts from the YAML configuration with their descriptions and commands.

ginx list

Output Example:

Available scripts:

  setup
    Description: Setup development environment with test dependencies
    Command: pip install -e . && pip install -r requirements.txt

  test
    Description: Run all tests with verbose output
    Command: pytest tests/ -v

Last updated