Afosto CLI
This tool is currently under heavy development, use with caution.
Installing
To install the CLI tool there are several options. There are no dependencies.
MacOS install / update
To install use homebrew directly from the Afosto tap.
brew tap afosto/tap
brew install afosto-cli
To upgrade:
brew upgrade afosto-cli
Usage
To start local development of templates, run:
afosto render -p 8888 -f afosto.config.yml
Where -p is the port number for the local webserver and -f points to the afosto.config.yml file in the root of the template repository.