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

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