perkeep/clients/go
Brad Fitzpatrick 12f236da37 Start of major camput command-line cleanup.
So far only "init" and "file" are done:

$ grep -r RegisterCommand clients/go/camput
clients/go/camput/init.go:      RegisterCommand("init", c)
clients/go/camput/files.go:     RegisterCommand("file", cmd)

New command line syntax is:

Usage: camput [globalopts] <mode> [commandopts] [commandargs]

Examples:

  camput init

  camput file [opts] <files/directories>

  camput permanode [opts] (create a new permanode)

  camput share [opts] <blobref to share via haveref>

  camput blob <files>     (raw, without any metadata)
  camput blob -           (read from stdin)

  camput attr <permanode> <name> <value>         Set attribute
  camput attr --add <permanode> <name> <value>   Adds attribute (e.g. "tag")
  camput attr --del <permanode> <name> [<value>] Deletes named attribute [value]

For mode-specific help:

  camput MODE -help

Change-Id: I4aeabeff6450beab83c13d94c16bd007addb8b58
2011-09-25 17:40:01 -07:00
..
camdbinit Version the mysql db schemas; warn on startup if wrong with tip to fix. 2011-06-19 14:36:46 -07:00
camdebug move some debug stuff out of camput into new camdebug 2011-09-17 12:02:05 -07:00
camget Update to Go 8944 2011-06-29 21:13:03 -07:00
camgsinit Implemented Google Storage requests required for blobserver. 2011-08-18 10:47:45 -04:00
cammount first cut at a Camlistore WebDAV server 2011-08-06 20:46:37 -05:00
camput Start of major camput command-line cleanup. 2011-09-25 17:40:01 -07:00
camsync gofmt the whole tree 2011-07-02 09:09:50 -07:00
camwebdav gofixes for latest Go changes 2011-08-25 19:14:47 +04:00
.gitignore Auto-generate Go Makefiles. 2011-03-19 00:27:03 -07:00