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

     1  ## nsc describe operator
     2  
     3  Describes the operator
     4  
     5  ### Synopsis
     6  
     7  Describes the operator
     8  
     9  ```
    10  nsc describe operator [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -h, --help                 help for operator
    17    -n, --name string          operator name
    18    -o, --output-file string   output file, '--' is stdout (default "--")
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24    -F, --field string         extract value from specified field using json structure
    25    -i, --interactive          ask questions for various settings
    26    -J, --json                 display JWT body as JSON
    27    -W, --long-ids             display account ids on imports
    28    -K, --private-key string   private key
    29    -R, --raw                  output the raw JWT (exclusive of long-ids)
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [nsc describe](nsc_describe.md)	 - Describe assets such as operators, accounts, users, and jwt files
    35  
    36  ###### Auto generated by spf13/cobra on 18-Mar-2021