Buffalo CLI
This is the repo for the Buffalo CLI. The Buffalo CLI is a tool to develop, test and deploy your Buffalo applications.
Installation
To install the Buffalo CLI you can run the following command:
go install github.com/gobuffalo/cli/cmd/buffalo@latest
Usage
Once installed, the Buffalo CLI can be used by invoking the buffalo
command. To know more about the available commands, run the buffalo help
command. or you can also get details on a specific command by running buffalo help <command>
.