octk
(Open Cloud Toolkit) is a cli tool built using Cobra and Cobra Generator. This tool serves as a central place to nicely package scripts that are frequently used by Cloud Pathfinder admins. The goal of this tool is to streamline daily admin tasks as well as bring new admins up to speed faster.
brew install go
install the cli locally:
go install github.com/bcgov/octk-cli/octk@latest
to see usage instructions try octk
or octk --help
Use the Cobra Generator to create new commands, arguments or flags.
go install github.com/spf13/cobra/cobra@latest