Files
rclone/cmd
Nick Craig-Wood 5753fd5df4 config: add config unset command to remove options from a remote - fixes #9541
Previously the only way to remove an option from a remote was to set it
to an empty string, which is not the same as deleting it - a present but
empty value overrides the option's default whereas a deleted key
restores it. Editing the file by hand isn't an option for an encrypted
config either.

This adds a "config unset" command and a "config/unset" rc endpoint to
remove one or more keys from an existing remote.
2026-06-23 11:56:13 +01:00
..
2025-11-13 13:47:40 +00:00
2025-11-21 17:02:45 +00:00