github.com/nats-io/nsc/v2@v2.8.7-0.20240307184528-efd7023c6896/docs/nsc_describe_user.md (about)

     1  ## nsc describe user
     2  
     3  Describes an user
     4  
     5  ### Synopsis
     6  
     7  Describes an user
     8  
     9  ```
    10  nsc describe user [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -a, --account string       account name
    17    -h, --help                 help for user
    18    -n, --name string          user name
    19    -o, --output-file string   output file, '--' is stdout (default "--")
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --config-dir string     nsc config directory
    26        --data-dir string       nsc data store directory
    27    -F, --field string          extract value from specified field using json structure
    28    -i, --interactive           ask questions for various settings
    29    -J, --json                  display JWT body as JSON
    30        --keystore-dir string   nsc keystore directory
    31    -W, --long-ids              display account ids on imports
    32    -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
    33                                public key (private portion is retrieved)
    34                                or file path to a private key or private key 
    35    -R, --raw                   output the raw JWT (exclusive of long-ids)
    36  ```
    37  
    38  ### SEE ALSO
    39  
    40  * [nsc describe](nsc_describe.md)	 - Describe assets such as operators, accounts, users, and jwt files
    41  
    42  ###### Auto generated by spf13/cobra on 25-Feb-2022