github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_listremotes.md (about)

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