pachctl validate pipeline

pachctl validate pipeline

Validate pipeline spec.

Synopsis

This command validates a pipeline spec. Client-side only; does not check that repos, images, etc exist on the server.

pachctl validate pipeline [flags]

Examples

 pachctl validate pipeline --file spec.json

Options

  -f, --file string   A JSON file (url or filepath) containing one or more pipelines. "-" reads from stdin (the default behavior). Exactly one of --file and --jsonnet must be set.
  -h, --help          help for pipeline

Options inherited from parent commands

      --no-color               Turn off colors.
      --rpc-timeout duration   If non-zero, perform all client operations with this RPC deadline.
  -v, --verbose                Output verbose logs.

SEE ALSO