This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from eb6085a NIFI-6658: Implement new bin/nifi.sh diagnostics command that
is responsible for obtaining diagnostic information about many different parts
of nifi, the operating system, etc.
new 5fd6b87 NIFI-6582 Add diff-flow-versions command to CLI
new f42d5e5 NIFI-6582 Removing bucketId argument to be consistent with
other commands
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../toolkit/cli/impl/command/CommandOption.java | 3 +
.../command/registry/NiFiRegistryCommandGroup.java | 6 +-
.../flow/{ListFlows.java => DiffFlowVersions.java} | 35 +++++-----
.../registry/VersionedFlowDifferenceResult.java | 81 ++++++++++++++++++++++
4 files changed, 107 insertions(+), 18 deletions(-)
copy
nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/command/registry/flow/{ListFlows.java
=> DiffFlowVersions.java} (57%)
create mode 100644
nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/result/registry/VersionedFlowDifferenceResult.java