In the create your first project guide, step 4 says you just need to run:
lightdash deploy --create
If the user has not defined a yml for all sql models, they will get an error, they can subvert this by running:
lightdash deploy --create --ignore-errors
then configuring dbt selector tags in their project settings. This workaround isn't clear in the docs and can be added as a small note.