Github user kevdoran commented on the issue:
https://github.com/apache/nifi/pull/2376
@alopresto thanks for the thorough review! I've pushed an update that
addresses your comments. It also adds a lot of test cases (see
NiFiRegistryModeSpec and NiFiRegistryDecryptModeSpec), which cover all the
functionality that I intend to expose in this version (ie, [--nifiRegistry
[--decrypt] [options]]. Given that I had time to do more testing, I also
removed the "experimental" warning output when the new modes are run. Let me
know what you think and if you see anything else to improve in this PR.
---