github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_config_show.md (about) 1 --- 2 title: "rclone config show" 3 description: "Print (decrypted) config file, or the config for a single remote." 4 slug: rclone_config_show 5 url: /commands/rclone_config_show/ 6 versionIntroduced: v1.38 7 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/show/ and as part of making a release run "make commanddocs" 8 --- 9 # rclone config show 10 11 Print (decrypted) config file, or the config for a single remote. 12 13 ``` 14 rclone config show [<remote>] [flags] 15 ``` 16 17 ## Options 18 19 ``` 20 -h, --help help for show 21 ``` 22 23 24 See the [global flags page](/flags/) for global options not listed here. 25 26 # SEE ALSO 27 28 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 29