[
https://issues.apache.org/jira/browse/NIFI-13950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899531#comment-17899531
]
ASF subversion and git services commented on NIFI-13950:
--------------------------------------------------------
Commit 3508560b7aae2884400e6f0b225610dc6f0c001f in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3508560b7a ]
NIFI-13950 Add commands to list branch, bucket, flows, versions to CLI (#9473)
Signed-off-by: David Handermann <[email protected]>
> 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
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)