github.com/kbehouse/nsc@v0.0.6/docs/nsc_describe_jwt.md (about)

     1  ## nsc describe jwt
     2  
     3  Describe a jwt/creds file
     4  
     5  ### Synopsis
     6  
     7  Describe a jwt/creds file
     8  
     9  ```
    10  nsc describe jwt [flags]
    11  ```
    12  
    13  ### Examples
    14  
    15  ```
    16  nsc describe -f pathorurl
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22    -f, --file string          a token file or url to a token file
    23    -h, --help                 help for jwt
    24    -o, --output-file string   output file, '--' is stdout (default "--")
    25  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30    -F, --field string         extract value from specified field using json structure
    31    -i, --interactive          ask questions for various settings
    32    -J, --json                 display JWT body as JSON
    33    -W, --long-ids             display account ids on imports
    34    -K, --private-key string   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 18-Mar-2021