Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/2604
@pvillard31 I just rebased and forced push, can you give this another try?
The main changes since what you last tried this morning are the following...
- In standalone you can use -verbose to get the same output as interactive
- An exception is thrown when a service stays enabling, or when one or more
are invalid, this makes a -1 response code for standalone
- Improve the disable command to work similarly to the enable command
---