sqd init command of Squid CLI:
NAME becomes the project folder name; it must contain only alphanumeric or dash (-) symbols and must not start with -. The command runs interactively by default. To skip the prompts, pass a template and --no-interactive:
Templates
The-t, --template flag accepts either of:
- a GitHub repository URL containing a valid
squid.yamlmanifest in the root folder, or - one of the pre-defined aliases:
The aliases above are for EVM and Substrate squids. Solana squids scaffold from the example repository URL, as in the Solana quickstart:
-d, --dir to place the squid somewhere other than a new NAME folder.
See the sqd init command reference for the full list of flags.