A private Homebrew tap for the internal GDS CLI tooling, like the gds-cli.
- An SSH key configured, as the gds-cli repo clones over SSH.
brew tap alphagov/gds
brew install gds-cli
gds --version
or
brew install alphagov/gds/gds-cli
gds --version
govuk-connect
can be used as a command from within the GDS CLI.
brew tap alphagov/gds
brew install govuk-connect
gds govuk connect --help
or
brew install alphagov/gds/govuk-connect
gds govuk connect --help
or, if you prefer to use it standalone
govuk-connect --help