camput, camtool: update docs

Change-Id: If54df42be3b95ec9f10782454bc247449e1a74e6
This commit is contained in:
Brad Fitzpatrick 2014-02-27 21:23:01 -08:00
parent 306f727e9e
commit 26cbd36e0b
2 changed files with 22 additions and 13 deletions

View File

@ -20,17 +20,18 @@ The camput tool mainly pushes blobs, files, and directories. It can also perform
Usage:
camput [globalopts] <mode> [commandopts] [commandargs]
camput [globalopts] <mode> [commandopts] [commandargs]
Modes:
init: Initialize the camput configuration file.
share: Grant access to a resource by making a "share" blob.
rawobj: Upload a custom JSON schema blob.
delete: Create and upload a delete claim.
attr: Add, set, or delete a permanode's attribute.
file: Upload file(s).
blob: Upload raw blob(s).
init: Initialize the camput configuration file. With no option, it tries to use the GPG key found in the default identity secret ring.
permanode: Create and upload a permanode.
rawobj: Upload a custom JSON schema blob.
share: Grant access to a resource by making a "share" blob.
blob: Upload raw blob(s).
Examples:

View File

@ -15,27 +15,35 @@ limitations under the License.
*/
/*
Camtool is a collection of commands to help with the use of a camlistore server. Notably, it can initialize a database for the indexer, and it can sync blobs between blobservers.
The camtool binary is a collection of commands to help with the use of
a camlistore server. Notably, it can initialize a database for the
indexer, and it can sync blobs between blobservers.
Usage:
camtool [globalopts] <mode> [commandopts] [commandargs]
camtool [globalopts] <mode> [commandopts] [commandargs]
Modes:
env: Return Camlistore environment information
gsinit: Init Google Storage.
list: List blobs on a server.
claims: Ask the search system to list the claims that modify a permanode.
dumpconfig: Dump the low-level server config from its simple config.
describe: Ask the search system to describe one or more blobs.
discovery: Perform configuration discovery against a server.
reindex-diskpacked: Rebuild the index of the diskpacked blob store
index: Synchronize blobs for all discovered blobs storage - indexer pairs.
sync: Synchronize blobs from a source to a destination.
dbinit: Set up the database for the indexer.
gsinit: Init Google Storage.
debug: Show misc meta-info from the given file.
Examples:
camtool dbinit -user root -password root -host localhost -dbname camliprod -wipe
camtool sync --all
camtool sync --src=http://localhost:3179/bs/ --dest=http://localhost:3179/index-mem/
camtool sync --src=http://localhost:3179/bs/ --dest=/tmp/some/path
camtool sync --src http://localhost:3179/bs/ --dest http://localhost:3179/index-mem/
camtool dbinit -user root -password root -host localhost -dbname camliprod -wipe
For mode-specific help: