📄️ sqrl [...]
After pip installing Squirrels, the sqrl command can be used to run the Squirrels CLI.
📄️ sqrl init
The sqrl init command is used to set up a new Squirrels project. When used, it will populate the current directory with a barebones Squirrels project, where the files added depend on the user's preference. By default, the files created will not overwrite files that already exist. Instead, each file whose name already exists will be created with a timestamp added to the new file name, or skipped if the existing file is identical. This behaviour can be changed by using the --overwrite or -o option.
📄️ sqrl get-file
The sqrl get-file command allows you to create individual file examples for common file types used in Squirrels projects.
📄️ sqrl deps
The sqrl deps command loads all the packages specified in the packages section of squirrels.yml.
📄️ sqrl compile
The sqrl compile command is used to facilitate testing of generated SQL queries from SQL templates and parameter selections.
📄️ sqrl run
The sqrl run command is activates the API server to interact with the datasets, such as retrieving their parameters and results.