Skip to content

Commands And Parameters

diamond_dragon edited this page Jul 21, 2021 · 1 revision

Commands

evaluate

Is Default: false. Executes SQL queries against provided database using specified manifest.

Arguments Key Required Description argument
--db -d true Database file path.
--output -o true Output file path for JSON document.
--manifest -m true Evaluation manifest file path.

extract-metadata

Is Default: false. Generate a json with all commands and parameters.

Arguments Key Required Description argument
--output -o true Path to output file.

import-file-details

Is Default: false. Import file details into new or existing database.

Arguments Key Required Description argument
--details -d true File details file path.
--filter -f true Filter file path.
--output -o true Output file path.

import-issues

Is Default: false. Import issues into new or existing database.

Arguments Key Required Description argument
--issues -i true Issues file path.
--filter -f true Filter file path.
--output -o true Output file path.

new-filter

Is Default: false. Creates new filter which can be used as draft for real filter.

Arguments Key Required Description argument
--output -o true Output file path

new-manifest

Is Default: false. Creates new manifest which can be used as draft manifest.

Arguments Key Required Description argument
--output -o true Output file path
Clone this wiki locally