github.com/artpar/rclone@v1.67.3/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 versionIntroduced: v1.39 7 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/edit/ and as part of making a release run "make commanddocs" 8 --- 9 # rclone config edit 10 11 Enter an interactive configuration session. 12 13 ## Synopsis 14 15 Enter an interactive configuration session where you can setup new 16 remotes and manage existing ones. You may also set or remove a 17 password to protect your configuration. 18 19 20 ``` 21 rclone config edit [flags] 22 ``` 23 24 ## Options 25 26 ``` 27 -h, --help help for edit 28 ``` 29 30 31 See the [global flags page](/flags/) for global options not listed here. 32 33 # SEE ALSO 34 35 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 36