sectionctl

Section command line tool.
Usage
Run the command without any arguments to see the help:
sectionctl
To set up credentials so the CLI tool works, run:
sectionctl login
Installing
The easiest way to install sectionctl is by downloading the latest release and putting it on your PATH.
Developing
Please ensure you're running at least Go 1.14.
To run tests:
git clone https://github.com/section/sectionctl
cd sectionctl
make test
To build a binary in bin/
make build
Releasing
- Increment the version number in
version/version.go and commit.
- Run
make release and specify VERSION string prefaced with a v, like v1.0.1.
This triggers a GitHub Actions workflow that does cross platform builds, and publishes a draft release.