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 password"
slug: rclone_config_password
url: /commands/rclone_config_password/
@ -18,6 +18,9 @@ For example to set password of a remote of name myremote you would do:
rclone config password myremote fieldname mypassword
This command is obsolete now that "config update" and "config create"
both support obscuring passwords directly.
```
rclone config password <name> [<key> <value>]+ [flags]
@ -33,4 +36,4 @@ rclone config password <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