github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_config_edit.md (about) 1 --- 2 title: "rclone config edit" 3 description: "Enter an interactive configuration session." 4 slug: rclone_config_edit 5 url: /commands/rclone_config_edit/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/edit/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone config edit 9 10 Enter an interactive configuration session. 11 12 ## Synopsis 13 14 Enter an interactive configuration session where you can setup new 15 remotes and manage existing ones. You may also set or remove a 16 password to protect your configuration. 17 18 19 ``` 20 rclone config edit [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for edit 27 ``` 28 29 See the [global flags page](/flags/) for global options not listed here. 30 31 ## SEE ALSO 32 33 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 34