HomeGuides
Try a DemoGet the Latest ReleaseSee the CHANGELOGCreate a Feature Request / Bug ReportJoin the Conversation
Guides

Substation

CLI tool for managing configurations and supporting local development.

substation is a CLI tool that can be used to:

  • See a demo of Substation transforming an AWS CloudTrail event:
    • substation demo
  • Build, format, test, and vet configs:
    • substation build [-R]
    • substation format [-R] [-w]
    • substation test [-R]
    • substation vet [-R]
  • Apply configs to local and production resources:
    • substation read [--file|--http|--aws]
    • substation tap [--aws-kinesis-data-stream]
  • Use many of these commands in a local, interactive GUI:
    • substation play

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]