Closed mscoutermarsh closed 1 year ago
If there is no .pscale.yml existing.
.pscale.yml
When running pscale switch branch-name --database db-name --create. The branch does not get created. It returns "Error: Not Found".
pscale switch branch-name --database db-name --create
When a .pscale.yml already exists, it works and creates the branch.
If there is no
.pscale.yml
existing.When running
pscale switch branch-name --database db-name --create
. The branch does not get created. It returns "Error: Not Found".When a
.pscale.yml
already exists, it works and creates the branch.