TritonDataCenter / node-manta-sync

Rsync style command for Joyent's Manta
31 stars 9 forks source link

support signing without ssh-agent #8

Closed trentm closed 10 years ago

trentm commented 10 years ago

Useful for scripting. The cliSigner is the same as used for mls, mput et al.

bahamas10 commented 10 years ago

done

dave @ [ bahamas10 :: (Darwin) ] ~/temp/node-manta-sync (git:master) $ npm publish
npm http PUT https://registry.npmjs.org/manta-sync
npm http 409 https://registry.npmjs.org/manta-sync
npm http GET https://registry.npmjs.org/manta-sync
npm http 200 https://registry.npmjs.org/manta-sync
npm http PUT https://registry.npmjs.org/manta-sync/-/manta-sync-0.0.7.tgz/-rev/15-f3d1301c6df3c2ca558bfee84eb53c41
npm http 201 https://registry.npmjs.org/manta-sync/-/manta-sync-0.0.7.tgz/-rev/15-f3d1301c6df3c2ca558bfee84eb53c41
npm http PUT https://registry.npmjs.org/manta-sync/0.0.7/-tag/latest
npm http 201 https://registry.npmjs.org/manta-sync/0.0.7/-tag/latest
+ manta-sync@0.0.7
trentm commented 10 years ago

thanks!