nub
bench-hub
-> bhub
-> nub
-> nub
a developer workflow cli tool initially developed
during my time at bench.co and now a Nesto.

Warning / Disclaimer
Everything here is experimental and the commands are subject to, and will,
change. Also, when listing the manifests the list is also incomplete, until each
project is properly updated. Also the tool in it's current state largely depends
on the toolchain of my current employer. E.g. Migrating from AWS to GCP. Refer
to Bench Era branch for integration with AWS, CircleCI, Vault, Manifest
and Splunk, etc.
Installation
From source
Install prereqs below.
$ make install
Setup
To setup nub, you need to have AWS credentials. Run:
$ nub setup
Usage
To be expanded, when in doubt, -h
with any command/sub-command should give you
an idea of what you can do.
# from any directory
$ nub # or with --help
# in a repo
$ nub gh repo
$ nub gh issues
# ...
Prerequisites
# macOS to use the open commands (you can symlink xdg-open to open on Linux)
$ brew install golang # tested with 1.10 must fix version in future.
Build
$ make deps
$ make
$ bin/nub<your-platform>
$ make install
$ make dev