github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_listremotes.md (about) 1 --- 2 title: "rclone listremotes" 3 description: "List all the remotes in the config file." 4 slug: rclone_listremotes 5 url: /commands/rclone_listremotes/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/listremotes/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone listremotes 9 10 List all the remotes in the config file. 11 12 ## Synopsis 13 14 15 rclone listremotes lists all the available remotes from the config file. 16 17 When uses with the -l flag it lists the types too. 18 19 20 ``` 21 rclone listremotes [flags] 22 ``` 23 24 ## Options 25 26 ``` 27 -h, --help help for listremotes 28 --long Show the type as well as names. 29 ``` 30 31 See the [global flags page](/flags/) for global options not listed here. 32 33 ## SEE ALSO 34 35 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 36