Skip to content

Conversation

@wolfstudy
Copy link
Contributor

Add list cmd for Pulsar Functions

USED FOR:
    List all Pulsar Functions running under a specific tenant and namespace.

REQUIRED PERMISSION:
    This command requires super-user permissions.

EXAMPLES:
    #List all Pulsar Functions running under a specific tenant and namespace
    pulsarctl functions list
	--tenant public
	--namespace default

OUTPUT:
    #normal output
    +--------------------+
    |   Function Name    |
    +--------------------+
    | test_function_name |
    +--------------------+

Usage: pulsarctl functions list [flags]

Aliases: list, list

FunctionsConfig flags:
      --tenant string      The tenant of a Pulsar Function
      --namespace string   The namespace of a Pulsar Function

Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
@wolfstudy wolfstudy self-assigned this Sep 3, 2019
@sijie sijie mentioned this pull request Sep 4, 2019
29 tasks
@wolfstudy wolfstudy closed this Sep 4, 2019
@wolfstudy wolfstudy deleted the xiaolong/list-pulsar-functions branch September 4, 2019 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants