B23admin / b23-flowlib

0 stars 0 forks source link

FLOW-4 - Add new flag and functionality to list flows #95

Closed v-allen closed 2 years ago

v-allen commented 2 years ago

A new option was added to display the bucket(s) and flows available in the registry endpoint provided. The new option is --list-flows. You can either provided a bucket name after the option or nothing. If a bucket name is provided, then all of the flows for that bucket will be displayed. If no bucket name is provided, then all of the buckets and their flows will be displayed.

The registry endpoint defaults to http://localhost:18080. However, if you would like to override this, then the new flag is --registry-endpoint.