[
https://issues.apache.org/jira/browse/MINIFI-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360576#comment-15360576
]
ASF GitHub Bot commented on MINIFI-38:
--------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/23#discussion_r69393418
--- Diff:
minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/RunMiNiFi.java
---
@@ -228,6 +233,9 @@ public static void main(String[] args) throws
IOException, InterruptedException
case "env":
runMiNiFi.env();
break;
+ case "flowstatus":
+ runMiNiFi.statusReport(args[1]);
--- End diff --
May want to do a check on this and provide usage information if no args are
provided
> Add Query Mechanism for bootstrap to get Flow Status
> ----------------------------------------------------
>
> Key: MINIFI-38
> URL: https://issues.apache.org/jira/browse/MINIFI-38
> Project: Apache NiFi MiNiFi
> Issue Type: Sub-task
> Reporter: Joseph Percivall
> Assignee: Joseph Percivall
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)