Substation
CLI tool for managing configurations.
substation
is a CLI tool that can be used to manage configurations. Its commands include:
substation demo
-- run a data transformation demo.substation build
-- builds configs.substation fmt
-- format configs.substation test
-- unit test configs.substation vet
-- reports errors in configs.
Starting with v2.1.0, the CLI tool can be installed using Go:
go install github.com/brexhq/substation/v2/cmd/substation@latest
go install github.com/brexhq/substation/v2/cmd/[email protected]
Updated about 1 month ago