Skip to main content
The new command creates a new Squirrels project with a basic structure and sample files.

Usage

Positional arguments

Options

In addition to the global options, this command supports the following options:

Examples

Create a new project folder named “my-project” and answer input prompts for setup:
Create a project in the current directory (the following are equivalent):
Create a new project folder named “my-project” with Python-based parameters and SQL-based build model:
Create a project folder named “my-project” using default settings instead of prompting for input:

Notes

  • If no options are specified, the command will prompt for input
  • The --use-defaults option can be used to skip all prompts
  • The generated .env file contains sensitive information and should not be committed to version control