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 config create"
slug: rclone_config_create
url: /commands/rclone_config_create/
@ -23,6 +23,9 @@ Note that if the config process would normally ask a question the
default is taken. Each time that happens rclone will print a message
saying how to affect the value taken.
If any of the parameters passed is a password field, then rclone will
automatically obscure them before putting them in the config file.
So for example if you wanted to configure a Google Drive remote but
using remote authorization you would do this:
@ -43,4 +46,4 @@ rclone config create <name> <type> [<key> <value>]* [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 10-May-2019
###### Auto generated by spf13/cobra on 15-Jun-2019