github.com/nats-io/nsc@v0.0.0-20221206222106-35db9400b257/docs/nsc_update.md (about)

     1  ## nsc update
     2  
     3  Update this tool to latest version
     4  
     5  ### Synopsis
     6  
     7  Update this tool to latest version
     8  
     9  ```
    10  nsc update [flags]
    11  ```
    12  
    13  ### Examples
    14  
    15  ```
    16  nsc update
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22    -h, --help              help for update
    23        --version version   version to updated the nsc binary to (default latest)
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29        --config-dir string     nsc config directory
    30        --data-dir string       nsc data store directory
    31    -i, --interactive           ask questions for various settings
    32        --keystore-dir string   nsc keystore directory
    33    -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
    34                                public key (private portion is retrieved)
    35                                or file path to a private key or 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 25-Feb-2022