rclone/docs/content/commands/rclone_config_password.md

40 lines
843 B
Markdown
Raw Normal View History

2017-12-24 00:07:45 +11:00
---
2019-06-15 21:01:29 +10:00
date: 2019-06-15T12:00:42+01:00
2017-12-24 00:07:45 +11:00
title: "rclone config password"
slug: rclone_config_password
url: /commands/rclone_config_password/
---
## rclone config password
Update password in an existing remote.
### Synopsis
Update an existing remote's password. The password
should be passed in in pairs of <key> <value>.
For example to set password of a remote of name myremote you would do:
rclone config password myremote fieldname mypassword
2019-06-15 21:01:29 +10:00
This command is obsolete now that "config update" and "config create"
both support obscuring passwords directly.
2017-12-24 00:07:45 +11:00
```
rclone config password <name> [<key> <value>]+ [flags]
```
### Options
```
-h, --help help for password
```
### SEE ALSO
2018-03-19 21:06:13 +11:00
2017-12-24 00:07:45 +11:00
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
2019-06-15 21:01:29 +10:00
###### Auto generated by spf13/cobra on 15-Jun-2019