rclone/cmd
Nick Craig-Wood 903ede52cd config: make config create/update encrypt passwords where necessary
Before this change when using "rclone config create" it wasn't
possible to add passwords in one go, it was necessary to call "rclone
config password" to add the passwords afterwards as "rclone config
create" didn't obscure passwords.

After this change "rclone config create" and "rclone config update"
will obscure passwords as necessary as will the corresponding API
calls config/create and config/update.

This makes "rclone config password" and its API config/password
obsolete, however they will be left for backwards compatibility.
2019-06-10 18:08:55 +01:00
..
about about: fix crash if backend returns a nil usage 2019-05-11 23:39:04 +01:00
all rcd: implement new command just to serve the remote control API 2018-11-03 11:32:00 +00:00
authorize Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
cachestats Implement new backend config system 2018-07-16 21:20:47 +01:00
cat Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
check check: Add one-way argument 2018-05-31 09:42:16 +01:00
cleanup Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
cmount fix spelling 2019-04-30 14:12:18 +02:00
config config: make config create/update encrypt passwords where necessary 2019-06-10 18:08:55 +01:00
copy copy/sync/move: add --create-empty-src-dirs flag - fixes #2869 2019-03-10 11:56:38 +00:00
copyto copy/sync/move: add --create-empty-src-dirs flag - fixes #2869 2019-03-10 11:56:38 +00:00
copyurl copyurl: factor code into operations and write test 2018-11-04 20:42:57 +00:00
cryptcheck check: Add one-way argument 2018-05-31 09:42:16 +01:00
cryptdecode Implement new backend config system 2018-07-16 21:20:47 +01:00
dbhashsum Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
dedupe dedupe: Add dedupe largest functionality - fixes #2269 2018-04-26 16:21:07 +01:00
delete delete: clarify that it only deletes files not directories 2018-11-02 17:07:45 +00:00
deletefile build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
genautocomplete support for zsh auto-completion - #983 2017-08-31 16:21:28 +01:00
gendocs gendocs: remove global flags from command help pages 2019-05-11 23:39:50 +01:00
hashsum hashsum: make generic tool for any hash to produce md5sum like output 2018-04-20 21:02:37 +01:00
info info: improve allowed character testing 2019-02-09 18:23:47 +00:00
link jottacloud: add link sharing support 2018-09-08 09:38:57 +01:00
listremotes listremotes: remove -l short flag as it conflicts with the new global flag 2019-02-03 12:17:15 +00:00
ls fix spelling 2019-04-30 14:12:18 +02:00
lsd lsd: Add -R flag and fix and update docs for all ls commands 2018-04-26 08:55:03 +01:00
lsf lsjson, lsf: support showing the Tier of the object 2019-04-16 13:34:06 +01:00
lsjson lsjson: add IsBucket field for bucket based remote listing of the root 2019-06-07 17:28:15 +01:00
lsl lsd: Add -R flag and fix and update docs for all ls commands 2018-04-26 08:55:03 +01:00
md5sum Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
memtest Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
mkdir cmd: make names of argument parsing functions more consistent 2018-05-07 20:39:52 +01:00
mount build: more pre go1.8 workarounds removed 2019-05-08 15:14:51 +01:00
mountlib mountlib: clip blocks returned to 32 bit number for Windows 32 bit - fixes #2934 2019-01-27 12:04:56 +00:00
move copy/sync/move: add --create-empty-src-dirs flag - fixes #2869 2019-03-10 11:56:38 +00:00
moveto fix spelling 2019-04-30 14:12:18 +02:00
ncdu fix spelling 2019-04-30 14:12:18 +02:00
obscure config: factor Obscure and Reveal into its own package 2018-01-18 20:19:55 +00:00
purge cmd: make names of argument parsing functions more consistent 2018-05-07 20:39:52 +01:00
rc rc: add --loopback flag to run commands directly without a server 2019-06-08 08:45:55 +01:00
rcat rcat: remove --checksum flag from the docs as it is not usually effective 2018-06-14 16:15:54 +01:00
rcd fix typo in rcd docs 2019-01-29 14:37:58 +00:00
reveal Add reveal command 2018-08-07 20:51:50 +01:00
rmdir cmd: make names of argument parsing functions more consistent 2018-05-07 20:39:52 +01:00
rmdirs cmd: make names of argument parsing functions more consistent 2018-05-07 20:39:52 +01:00
serve dlna: improve logging and error handling 2019-05-27 14:42:33 +01:00
settier fix spelling 2019-04-30 14:12:18 +02:00
sha1sum Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
size size: Add --json flag 2018-04-13 13:38:06 +01:00
sync copy/sync/move: add --create-empty-src-dirs flag - fixes #2869 2019-03-10 11:56:38 +00:00
touch build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
tree build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
version cmd/version: factor version number parsing routines into fs/version 2018-11-05 15:44:40 +00:00
cmd.go Look for Fs in the cache rather than calling NewFs directly 2019-05-27 16:14:55 +01:00
help.go cmd: Fix autocompletion of remote paths with spaces - fixes #3047 2019-03-17 10:15:20 +00:00
progress.go fix spelling 2019-04-30 14:12:18 +02:00
progress_other.go cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
progress_windows.go cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
siginfo_darwin.go cmd: add siginfo handler 2018-06-02 17:35:13 +01:00
siginfo_others.go cmd: add siginfo handler 2018-06-02 17:35:13 +01:00