Last active
May 13, 2019 16:11
-
-
Save canadaduane/9b808232dcc999b6dd83f23cd0aa0bfc to your computer and use it in GitHub Desktop.
Ignorantly trying to use RON swarmdb CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./swarmdb new --help | |
# NotFound$~~~~~~~~~~ | |
# no replica found (.swarmdb) | |
./swarmdb init | |
./swarmdb new | |
# BADARGS$~~~~~~~~~~ | |
# new <rdt> [as objectname] [on BranchName] | |
# create an empty object of the given type | |
# <objectname> a tag for the object (name UUID) | |
# e.g. swarmdb new ct as readme | |
./swarmdb new lww | |
# 1lCG4l+0 | |
# lww object created | |
./swarmdb get lww of 1lCG4l+0 | |
# NotFound$~~~~~~~~~~ | |
# unknown branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment