modulepackage
0.0.0-20240410032728-3216b7334c18
Repository: https://github.com/govcms-tests/govcms-cli.git
Documentation: pkg.go.dev
# README
GovCMS CLI
GovCMS's command line tool for local development.
Requirements
- Git
- Docker
Installation
Homebrew
brew tap govcms-tests/govcms-cli
brew install govcms-cli
Usage
Install local copies of the GovCMS distribution using:
govcms get
Build and launch GovCMS installations inside docker containers using:
govcms up <site_name>
For a more detailed view of the capabilities of the GovCMS CLI tool, check out the docs.