main: sort command listings
main: skip display of commands without descriptions
main: improve line-wrapping of option parsing lines
Think of it of something roughly equilvant to the 'ceph' command line tool. But written in Go. And really immature. And it probably donsn't work. And it might teleport your pets across the galaxy. You've been warned.
MIT License.
Currently this is pretty much a personal exploration of some of the underlying features and behviors of ceph. It is built upon the go-ceph library. That library is more of a $dayjob thing while this is largely for fun and learning.
First:
Then:
make build
./faintglance --help
# Some mds examples:
./faintglance mds
./faintglance mds --destination=Z session ls
# Some mon exmpales:
./faintglance mon
./faintglance mon fs subvolume create cephfs bob
Why 'faintglance'?
Why Go?