Version v1.48.0

This commit is contained in:
Nick Craig-Wood
2019-06-15 12:01:29 +01:00
parent 52332a4b24
commit 245fed513a
77 changed files with 4919 additions and 678 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2019-05-10T23:12:21+01:00
date: 2019-06-15T12:00:42+01:00
title: "rclone rc"
slug: rclone_rc
url: /commands/rclone_rc/
@@ -30,6 +30,12 @@ The --json parameter can be used to pass in a JSON blob as an input
instead of key=value arguments. This is the only way of passing in
more complicated values.
Use --loopback to connect to the rclone instance running "rclone rc".
This is very useful for testing commands without having to run an
rclone rc server, eg:
rclone rc --loopback operations/about fs=/
Use "rclone rc" to see a list of all possible commands.
```
@@ -41,6 +47,7 @@ rclone rc commands parameter [flags]
```
-h, --help help for rc
--json string Input JSON - use instead of key=value args.
--loopback If set connect to this rclone instance not via HTTP.
--no-output If set don't output the JSON result.
--pass string Password to use to connect to rclone remote control.
--url string URL to connect to rclone remote control. (default "http://localhost:5572/")
@@ -51,4 +58,4 @@ rclone rc commands parameter [flags]
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
###### Auto generated by spf13/cobra on 10-May-2019
###### Auto generated by spf13/cobra on 15-Jun-2019