Version v1.48.0

This commit is contained in:
Nick Craig-Wood
2019-06-15 12:01:29 +01:00
parent 52332a4b24
commit 245fed513a
77 changed files with 4919 additions and 678 deletions

View File

@ -1,5 +1,5 @@
---
date: 2019-05-10T23:12:21+01:00
date: 2019-06-15T12:00:42+01:00
title: "rclone config update"
slug: rclone_config_update
url: /commands/rclone_config_update/
@ -14,10 +14,14 @@ Update options in an existing remote.
Update an existing remote's options. The options should be passed in
in pairs of <key> <value>.
For example to update the env_auth field of a remote of name myremote you would do:
For example to update the env_auth field of a remote of name myremote
you would do:
rclone config update myremote swift env_auth true
If any of the parameters passed is a password field, then rclone will
automatically obscure them before putting them in the config file.
If the remote uses oauth the token will be updated, if you don't
require this add an extra parameter thus:
@ -38,4 +42,4 @@ rclone config update <name> [<key> <value>]+ [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 10-May-2019
###### Auto generated by spf13/cobra on 15-Jun-2019