Version v1.57.0
This commit is contained in:
parent
e781bcbba1
commit
169990e270
96 changed files with 19756 additions and 11228 deletions
|
@ -115,20 +115,20 @@ as a readable demonstration.
|
|||
|
||||
|
||||
```
|
||||
rclone config create `name` `type` [`key` `value`]* [flags]
|
||||
rclone config create name type [key value]* [flags]
|
||||
```
|
||||
|
||||
## Options
|
||||
|
||||
```
|
||||
--all Ask the full set of config questions.
|
||||
--continue Continue the configuration process with an answer.
|
||||
--all Ask the full set of config questions
|
||||
--continue Continue the configuration process with an answer
|
||||
-h, --help help for create
|
||||
--no-obscure Force any passwords not to be obscured.
|
||||
--non-interactive Don't interact with user and return questions.
|
||||
--obscure Force any passwords to be obscured.
|
||||
--result string Result - use with --continue.
|
||||
--state string State - use with --continue.
|
||||
--no-obscure Force any passwords not to be obscured
|
||||
--non-interactive Don't interact with user and return questions
|
||||
--obscure Force any passwords to be obscured
|
||||
--result string Result - use with --continue
|
||||
--state string State - use with --continue
|
||||
```
|
||||
|
||||
See the [global flags page](/flags/) for global options not listed here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue