github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_config_update.md (about)

     1  ---
     2  date: 2019-06-20T16:09:42+01:00
     3  title: "rclone config update"
     4  slug: rclone_config_update
     5  url: /commands/rclone_config_update/
     6  ---
     7  ## rclone config update
     8  
     9  Update options in an existing remote.
    10  
    11  ### Synopsis
    12  
    13  
    14  Update an existing remote's options. The options should be passed in
    15  in pairs of <key> <value>.
    16  
    17  For example to update the env_auth field of a remote of name myremote
    18  you would do:
    19  
    20      rclone config update myremote swift env_auth true
    21  
    22  If any of the parameters passed is a password field, then rclone will
    23  automatically obscure them before putting them in the config file.
    24  
    25  If the remote uses oauth the token will be updated, if you don't
    26  require this add an extra parameter thus:
    27  
    28      rclone config update myremote swift env_auth true config_refresh_token false
    29  
    30  
    31  ```
    32  rclone config update <name> [<key> <value>]+ [flags]
    33  ```
    34  
    35  ### Options
    36  
    37  ```
    38    -h, --help   help for update
    39  ```
    40  
    41  See the [global flags page](/flags/) for global options not listed here.
    42  
    43  ### SEE ALSO
    44  
    45  * [rclone config](/commands/rclone_config/)	 - Enter an interactive configuration session.
    46