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

     1  ## nsc validate
     2  
     3  Validate an operator, account(s), and users
     4  
     5  ### Synopsis
     6  
     7  Validate an operator, account(s), and users
     8  
     9  ```
    10  nsc validate (current operator/current account/account users)
    11  validate -a <accountName> (current operator/<accountName>/account users)
    12  validate -A (current operator/all accounts/all users)
    13  validate -f <file> [flags]
    14  ```
    15  
    16  ### Examples
    17  
    18  ```
    19  validate
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -a, --account string   account name
    26    -A, --all-accounts     validate all accounts under the current operator (exclusive of -a and -f)
    27    -f, --file string      validate all jwt (separated by newline) in the provided file (exclusive of -a and -A)
    28    -h, --help             help for validate
    29  ```
    30  
    31  ### Options inherited from parent commands
    32  
    33  ```
    34    -i, --interactive          ask questions for various settings
    35    -K, --private-key string   private key
    36  ```
    37  
    38  ### SEE ALSO
    39  
    40  * [nsc](nsc.md)	 - nsc creates NATS operators, accounts, users, and manage their permissions.
    41  
    42  ###### Auto generated by spf13/cobra on 18-Mar-2021