It's a CLI application developed using Quarkus with Picocli and utilizing Apache NiFi REST APIs internally, all from the command line. Simplify your workflow and boost productivity with this CLI-based tool.
-h, --help Show this help message and exit.
-l, --location=<location>
NiFi base url. (i.e. https://somehost.com:8443)
-p, --password=<password>
Password of the user.
-u, --username=<username>
Username of the user.
-V, --version Print version information and exit.
Commands:
align Align independent process groups on the canvas in a grid manner.
nifi-cli is a normal standalone jar which can be executed as shown below:
java -jar nifi-cli.jar [-hV] -l=<location> -p=<password> -u=<username> [COMMAND]
This project is licensed under the Apache License 2.0. For more details, see the LICENSE file.
This project may use third-party libraries or frameworks that are subject to additional licenses or notices. Please review the NOTICE file for details on these dependencies. These notices must be included in your project as well, as specified by the respective licenses.