CrunchyData / bridge-cli

CLI for Crunchy Bridge
GNU General Public License v3.0
24 stars 4 forks source link

Add `cb config-param` support. #133

Closed abrightwell closed 1 year ago

abrightwell commented 1 year ago

Add basic support for managing supported cluster configuration parameters.

This command provides the following sub-commands:

❯ cb config-param --help
Usage:
    cb config-param <command>

Commands:
    get                              display one or all configuration parameters for a cluster
    list-supported                   display supported configuration parameters
    reset                            reset one or more configuration parameter values to default
    set                              set one or more configuration parameter values

Options:
    -h, --help                       Show this help
abrightwell commented 1 year ago

There are still some pending API updates that will be required for this one to be complete. However, those are minimal and will be addressed very soon.

abrightwell commented 1 year ago

@ngaumont mind taking another look at this one? 🙂

abrightwell commented 1 year ago

Thanks @ngaumont!