Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

validate

Parse and validate the manifest without starting anything

Usage

lightshuttle validate [OPTIONS]

Options

OptionDefaultDescription
--strictUpgrade warnings to errors. Use in continuous integration

Examples

  # Validate the manifest
  lightshuttle validate

  # Fail on warnings, for continuous integration
  lightshuttle validate --strict