Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLI] Enable short-form prisma options #4475

Merged
merged 3 commits into from
Feb 15, 2022
Merged

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Feb 14, 2022

Closes #4170.

@Tobbe
Copy link
Member

Tobbe commented Feb 14, 2022

I was unsure if the code would handle yarn rw prisma migrate dev -hn test, but it does. yargs takes care of that for us and splits that to two separate options { h: true, n: 'test' }

@jtoar jtoar requested a review from Tobbe February 14, 2022 23:51
@Tobbe Tobbe enabled auto-merge (squash) February 15, 2022 00:01
@Tobbe Tobbe merged commit 11c07f2 into main Feb 15, 2022
@Tobbe Tobbe deleted the ds-fix-prisma-short-form-args branch February 15, 2022 00:18
@jtoar jtoar added this to the next-release milestone Feb 15, 2022
@thedavidprice thedavidprice modified the milestones: next-release, v0.46.0 Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Archived
Development

Successfully merging this pull request may close these issues.

Can't name a migration using short form -n
4 participants