github.com/kbehouse/nsc@v0.0.6/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    -F, --field string         extract value from specified field using json structure
    26    -i, --interactive          ask questions for various settings
    27    -J, --json                 display JWT body as JSON
    28    -W, --long-ids             display account ids on imports
    29    -K, --private-key string   private key
    30    -R, --raw                  output the raw JWT (exclusive of long-ids)
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [nsc describe](nsc_describe.md)	 - Describe assets such as operators, accounts, users, and jwt files
    36  
    37  ###### Auto generated by spf13/cobra on 18-Mar-2021