Skip to content

Commands And Parameters

fire-dragon edited this page May 13, 2021 · 4 revisions

Commands

eval

Is Default: false. Validates specified manifest.

Arguments Key Required Description argument
--file -f true Path to workflow file
--output -o true Path workflow definition containing all resolved variables

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.

new

Is Default: false. Creates draft of analysis manifest.

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

new-engine-collection

Is Default: false. Creates draft of Docker engine collection manifest.

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

run

Is Default: true. Runs workflow defined by manifest file.

Arguments Key Required Description argument
--file -f true Path to workflow file
--docker-engines -d false Docker Engine collection file path
--behavior -b false Defines behavior of Docker Image loading
--exit -e false Terminates execution of program after images are Docker Images are downloaded

Clone this wiki locally