How to install CLI
This repository contains a CLI to manage Nullstone.
This CLI works on any platform and requires no dependencies (unless you are building manually).
Nullstone currently provides easy installs for Mac and Windows (Linux coming soon).
Homebrew (Mac)
brew tap nullstone-io/nullstone https://github.com/nullstone-io/nullstone.git
brew install nullstone
Scoop (Windows)
scoop bucket add nullstone https://github.com/nullstone-io/nullstone.git
scoop install nullstone
Build and install manually
This requires Go 1.17+.
go install gopkg.in/nullstone-io/nullstone.v0/nullstone
Visit your Nullstone Profile.
Click "New API Key".
Name your API Key (usually the name of your computer or the purpose of the API Key).
Copy and run the command that is displayed in the dialog.
nullstone configure --api-key=...
When you initially log in, Nullstone sets up a personal organization matching your username.
To scope your nullstone commands to this organization, use the following:
nullstone set-org <user-name>
If you create or join an organization, you will need to use the same command to switch to that organization.
nullstone set-org <org-name>