:IF: Colony - Command line edition. RELEASED, now in color!

It took a lot longer than I anticipated, but I finally got a new release in place! 3 days of that was fighting github to automatically build binaries for Linux, Windows, and Mac (both x86 and aarch64 flavors). High level updates:

For existing users, I changed the underlying schema to the final version, so you’ll need to wipe out your colony data directory and use a new seed phrase, otherwise you’ll have problems. From here on I don’t see any breaking changes to the low level data structures.

The CLI interface is the same, but there is a new genesis pod. I’ve indexed EVERYTHING I could find on the forum, atlas, and awesome. If you have other stuff you want to share, send me the info, or better yet, make your own pod and send me your pod address!

Quick start:

# in one terminal window run the following, enter a password, new seed phrase, and add your wallet private key (or set $SECRET_KEY):
colonyd

# in another terminal, run the following
colony add pod "my pod"
colony add ref "my pod" aaa518a2cf8260f6bebc769c16b8147ea215adf569696497b7fc1f250823d89a49990187e83fc0f9ae1cf3d44afb7dce
colony refresh --depth 0
colony search text "beg blag and steal"

Edit: If you would rather get the binaries from Autonomi, I have uploaded them there as well! No point sending your traffic to github :smile:

afea54f05bbc0e1369857fe23babfdff6a8d5894cd36a46d2e51151027d45f39 colony-x86_64-unknown-linux-musl
7022594f93821dfd9481ac8f113cff5d51232061522d1b472debbec21c5728cb colonyd-x86_64-unknown-linux-musl
443035d932927927ff7747cfd9b587c0285147c443d6768f8ac67ca45814529f colony-x86_64-pc-windows-msvc.exe
1a5b514664a787e858ac7ca6773248bb35a1817a3aef155ff0cb3f72a9ed5a20 colonyd-x86_64-pc-windows-msvc.exe
10d6dc280937d3cbdfceddd959582c3f1c1ac9ccc7d70d9ea2fe30a2cbf12188 colony-aarch64-apple-darwin
975af7e401cbce278c34006e2214843320327ffad41174ad4965b047d4134160 colonyd-aarch64-apple-darwin
4 Likes