How to use rclone environment variables (e.g. user-agent)

do all command-line parameters have an equivalent as environment variables?
for example, is:

rclone --user-agent MyUserAgent [...]

equivalent to:

export RCLONE_CONFIG_USER_AGENT=MyUserAgent
rclone [...]

?

it's not entirely clear for me from https://rclone.org/docs/#config-file ...

If it's a flag it should be

RCLONE_USER_AGENT=

oh, okay! I thought that stuff without the remote needed the CONFIG_ part.
I guess I misread the docs. :confounded:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.