]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
overhaul CLI: not quite complete but it works a lot better than it used to. The new...
authorBrian Warner <warner@allmydata.com>
Tue, 20 May 2008 02:28:50 +0000 (19:28 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 20 May 2008 02:28:50 +0000 (19:28 -0700)
commit8e92dfcb503a8e35e7180719e3a1896efb7b6cbc
tree9eb4579864212f2da6477722502846ad12941b64
parent9662e6d986a7b888a14cb1afa1095a08af9a5f40
overhaul CLI: not quite complete but it works a lot better than it used to. The new scheme uses 'tahoe add-alias' and rsync/scp-style 'alias:foo/bar.txt' arguments
14 files changed:
docs/CLI.txt
src/allmydata/scripts/cli.py
src/allmydata/scripts/common.py
src/allmydata/scripts/common_http.py
src/allmydata/scripts/create_node.py
src/allmydata/scripts/tahoe_add_alias.py [new file with mode: 0644]
src/allmydata/scripts/tahoe_get.py
src/allmydata/scripts/tahoe_ls.py
src/allmydata/scripts/tahoe_mkdir.py [new file with mode: 0644]
src/allmydata/scripts/tahoe_mv.py
src/allmydata/scripts/tahoe_put.py
src/allmydata/scripts/tahoe_rm.py
src/allmydata/test/test_cli.py
src/allmydata/test/test_system.py