📄️ sqrl init
The sqrl init command is used to set up a new Squirrels project, or add files to an existing one. When used, it will populate the current directory with a barebones version of a Squirrels project, where the files added depend on the user's preference. By default, the files created will not overwrite files that already exist. This behaviour can be changed by using the --overwrite option.
📄️ 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.