planetscale/cli

switch with --create bug when .pscale.yml is missing

Closed this issue · 0 comments

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.