switch command does not respect `--org` flag
mscoutermarsh opened this issue · 0 comments
mscoutermarsh commented
When using switch
with --org
, the org flag is ignored.
Example:
pscale branch switch my-branch --database planetscale --org planetscale
Even though org is passed, it still checks for the branch on whatever the currently set org is.