serversideup / spin

🚀 Replicate your production environment locally using Docker. Just run "spin up". It's really that easy.
https://serversideup.net/open-source/spin/
GNU General Public License v3.0
1.21k stars 43 forks source link

spin new <repo>--branch <branch> fails (The "--branch" option does not exist.) #103

Closed jaydrogers closed 1 month ago

jaydrogers commented 1 month ago

Problem

The following command:

 spin new serversideup/spin-template-laravel-pro --branch "feature/improve-init"

Yields the following error:

The "--branch" option does not exist.

Image

Expected Results

This should create a project with that branch for testing.