Hunter Jackson created FLINK-14601: -------------------------------------- Summary: CLI documentation for list is missing '-a' Key: FLINK-14601 URL: https://issues.apache.org/jira/browse/FLINK-14601 Project: Flink Issue Type: Bug Reporter: Hunter Jackson
It is shown in the examples here [https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/cli.html#job-management-examples] however it is not in the help docs or any other documentation I can find {code:java} $ ./bin/flink list --help Action "list" lists running and scheduled programs. Syntax: list [OPTIONS] "list" action options: -r,--running Show only running programs and their JobIDs -s,--scheduled Show only scheduled programs and their JobIDs Options for default mode: -m,--jobmanager <arg> Address of the JobManager (master) to which to connect. Use this flag to connect to a different JobManager than the one specified in the configuration. -z,--zookeeperNamespace <arg> Namespace to create the Zookeeper sub-paths for high availability mode {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)