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

     1  ---
     2  title: "rclone config redacted"
     3  description: "Print redacted (decrypted) config file, or the redacted config for a single remote."
     4  slug: rclone_config_redacted
     5  url: /commands/rclone_config_redacted/
     6  versionIntroduced: v1.64
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/redacted/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone config redacted
    10  
    11  Print redacted (decrypted) config file, or the redacted config for a single remote.
    12  
    13  ## Synopsis
    14  
    15  This prints a redacted copy of the config file, either the
    16  whole config file or for a given remote.
    17  
    18  The config file will be redacted by replacing all passwords and other
    19  sensitive info with XXX.
    20  
    21  This makes the config file suitable for posting online for support.
    22  
    23  It should be double checked before posting as the redaction may not be perfect.
    24  
    25  
    26  
    27  ```
    28  rclone config redacted [<remote>] [flags]
    29  ```
    30  
    31  ## Options
    32  
    33  ```
    34    -h, --help   help for redacted
    35  ```
    36  
    37  
    38  See the [global flags page](/flags/) for global options not listed here.
    39  
    40  # SEE ALSO
    41  
    42  * [rclone config](/commands/rclone_config/)	 - Enter an interactive configuration session.
    43