Skip to content

feat: tweak `picodata expel` arguments

Georgy Moshkin requested to merge gmoshkin/expel into master

Summary

  • feat: tweak picodata expel arguments
$ picodata help expel
picodata-expel 
Expel node from cluster

USAGE:
    picodata expel [OPTIONS] <INSTANCE_ID>

ARGS:
    <INSTANCE_ID>    Name of the instance to expel

OPTIONS:
        --cluster-id <NAME>
            Name of the cluster from instance should be expelled [env: PICODATA_CLUSTER_ID=]
            [default: demo]

    -h, --help
            Print help information

        --password-file <PASSWORD_FILE>
            Path to a plain-text file with the `admin` password. If this option isn't provided, the
            password is prompted from the terminal [env: PICODATA_PASSWORD_FILE=]

        --peer <[HOST][:PORT]>
            Address of any picodata instance of the given cluster [env: PICODATA_PEER=] [default:
            localhost:3301]
Docs screenshot

image


Edited by Yaroslav Dynnikov

Merge request reports