A command line tool for working with Workflow Description Language (WDL) documents

Usage: sprocket [OPTIONS] <COMMAND>

Commands:
  analyzer     Runs the Language Server Protocol (LSP) server
  check        Checks a document or a directory containing documents
  completions  Generates shell completions
  config       Display the effective configuration
  explain      Explains linting and validation rules
  format       Formats a document or a directory containing documents
  inputs       Writes the inputs schema for a WDL document
  lint         Lints a document or a directory containing documents
  run          Runs a task or workflow
  validate     Validate a set of inputs against a task or workflow
  dev          Developmental and experimental commands
  help         Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose...
          Increase logging verbosity

  -q, --quiet...
          Decrease logging verbosity

  -c, --config <CONFIG>
          Path to the configuration file

  -s, --skip-config-search
          Skip searching for and loading configuration files.
          
          Only a configuration file specified as a command line argument will be used.

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version
