Pierre Villard created NIFI-13950:
-------------------------------------
Summary: NiFi CLI - add commands to list branch, bucket, flows,
versions via reg-client
Key: NIFI-13950
URL: https://issues.apache.org/jira/browse/NIFI-13950
Project: Apache NiFi
Issue Type: Improvement
Reporter: Pierre Villard
Assignee: Pierre Villard
Currently, the CLI only provides access to branches / buckets / flows and
versions via the use of
{code:java}
cli.sh registry ...{code}
which only works when using the NiFi Registry.
Now that Registry Client is an extension point and that we have additional
implementations, we should provide CLI commands to provide read-only access
through a given registry client for listing branches / buckets / flows and
versions. This will help users when they want to import a given flow withÂ
{code:java}
cli.sh nifi pg-import ...{code}
In particular when it relates to versions because, when using a GitHub Registry
Client, the version is a commit ID and it might not always be easy to retrieve
/ provide.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)