CLI
Learn how to use the Squadbase CLI.
Squadbase CLI
The Squadbase CLI is a tool that makes it easy to create and initialize projects.
This guide covers installation and explains each command in detail.
For source code and release notes, see the
GitHub repository.
Installation
macOS / Linux — Homebrew
Windows — Scoop
cURL script
Go install
Commands
squad create [PROJECT_NAME]
Create a new project from a template.
PROJECT_NAME
is optional.
squad init [DIRECTORY]
Initialize an existing directory with a squadbase.yml
configuration.
Or specify a directory:
squad help [COMMAND]
Display help for the CLI or for a specific command.
squad --version
Show the current CLI version.