Command Line

harp rules

Rules engine related commands.

harp rules [OPTIONS] COMMAND [ARGS]...

lint

Lint the rules.

harp rules lint [OPTIONS]

Options

-f, --file <files>

Load configuration from file (configuration format will be detected from file extension, can be used multiple times).

--example <examples>

Load configuration from example (can be used multiple times).

--set <options>

Add configuration options (e.g. --set foo=bar, can be used multiple times).

run

harp rules run [OPTIONS] ENDPOINT METHOD PATH

Options

-f, --file <files>

Load configuration from file (configuration format will be detected from file extension, can be used multiple times).

--example <examples>

Load configuration from example (can be used multiple times).

--set <options>

Add configuration options (e.g. --set foo=bar, can be used multiple times).

Arguments

ENDPOINT

Required argument

METHOD

Required argument

PATH

Required argument