github.com/nats-io/nsc@v0.0.0-20221206222106-35db9400b257/docs/nsc_list_users.md (about)

     1  ## nsc list users
     2  
     3  List users
     4  
     5  ### Synopsis
     6  
     7  List users
     8  
     9  ```
    10  nsc list users [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -a, --account string    account name
    17    -h, --help              help for users
    18    -o, --operator string   operator name
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --config-dir string     nsc config directory
    25        --data-dir string       nsc data store directory
    26    -i, --interactive           ask questions for various settings
    27        --keystore-dir string   nsc keystore directory
    28    -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
    29                                public key (private portion is retrieved)
    30                                or file path to a private key or private key 
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [nsc list](nsc_list.md)	 - List assets such as accounts, imports, users
    36  
    37  ###### Auto generated by spf13/cobra on 25-Feb-2022