1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-29 21:04:23 +02:00
Nick Craig-Wood edfab09eb9 config: add sub commands for full config file management
Previously config sub commands were manually parsed rather than using
cobra.

Make config command have the following sub commands:

 * create    Create a new remote with name, type and options.
 * delete    Delete an existing remote <name>.
 * dump      Dump the config file as JSON.
 * edit      Enter an interactive configuration session.
 * file      Show path of configuration file in use.
 * providers List in JSON format all the providers and options.
 * show      Print (decrypted) config file, or the config for a single remote.
 * update    Update options in an existing remote.

The following changes were made to existing commands

 * listproviders was renamed to providers
 * listoptions was removed in favour of providing the output in providers
 * jsonconfig was renamed to create
 * an optional parameter was added to the show command
2017-10-14 11:50:41 +01:00
..
2017-10-09 16:19:37 +01:00
2017-08-31 16:01:19 +01:00
2017-06-20 21:27:14 +01:00
2017-06-07 12:27:33 +01:00
2017-06-07 12:27:33 +01:00
2017-09-24 20:00:00 +01:00
2017-10-09 16:19:37 +01:00
2017-09-30 15:16:09 +01:00
2017-07-26 16:38:53 +01:00