B23admin / b23-flowlib

0 stars 0 forks source link

FLOW-18 - add --toggle-controller-services to disable/enable controller services for a process group #100

Closed v-allen closed 2 years ago

v-allen commented 2 years ago

These changes add an option to toggle the controller services for given process groups and their nested process groups as well. The option is --toggle-controller-services and the input given is formatted as `"process_group1:action" "process_group2:action".

For example:

flowlib --nifi-endpoint <nifi> --toggle-controller-services "Process Group Name:disable" "Another Process:enable"