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

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