Creating a task in the command line

You can create the following types of tasks: ODS, Update, Rollback, ODFIM, ContainerScan, and InventoryScan.

You can create tasks with default settings or with settings specified in a configuration file.

To create a task with default settings, execute the following command:

kics-control -create-task <task name> --type <task type>

where:

To create a task with the settings specified in the configuration file, execute the following command:

kics-control --create-task <task name> --type <task type> --file <path to the configuration file> [--json]

where:

Page top