1
mirror of https://github.com/rclone/rclone synced 2024-12-25 17:03:45 +01:00
rclone/fs/rc
Nick Craig-Wood 744828a4de rc: allow JSON parameters to simplify command line usage
If the parameter being passed is an object then it can be passed as a
JSON string rather than using the `--json` flag which simplifies the
command line.

rclone rc operations/list fs=/tmp remote=test opt='{"showHash": true}'

Rather than

rclone rc operations/list --json '{"fs": "/tmp", "remote": "test", "opt": {"showHash": true}}'
2020-07-22 18:40:52 +01:00
..
jobs test: Don't run unreliable tests on CI #4171 2020-06-15 21:34:37 +01:00
rcflags rcd: Add Prometheus metrics support - fixes #3858 2020-03-01 09:58:34 +00:00
rcserver rc: add NeedsRequest to call. 2020-06-25 11:38:24 +01:00
cache_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
cache.go doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00
config_test.go rc: fix unmarshalable http.AuthFn in options and put in test for marshalability 2019-08-10 16:22:17 +01:00
config.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
internal_test.go rc: added command core/quit 2019-10-17 15:04:22 +01:00
internal.go rc: add methods to turn on blocking and mutex profiling 2019-10-28 22:11:38 +00:00
params_test.go rc: allow JSON parameters to simplify command line usage 2020-07-22 18:40:52 +01:00
params.go rc: allow JSON parameters to simplify command line usage 2020-07-22 18:40:52 +01:00
rc_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
rc.go rcd: Add Prometheus metrics support - fixes #3858 2020-03-01 09:58:34 +00:00
registry.go rc: add NeedsRequest to call. 2020-06-25 11:38:24 +01:00
webgui.go doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00