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

Adapt CLI update notifier for major upgrade #9061

Closed
janpio opened this issue Sep 1, 2021 · 0 comments · Fixed by #9079
Closed

Adapt CLI update notifier for major upgrade #9061

janpio opened this issue Sep 1, 2021 · 0 comments · Fixed by #9079
Assignees
Labels
kind/improvement An improvement to existing feature and code. topic: cli topic: update-notifier

Comments

@janpio
Copy link
Member

janpio commented Sep 1, 2021

Right now the update notifier in Prisma CLI is not optimal for major upgrades. We want to improve the experience there.

Context:

if (tag && tag !== 'latest') {
command += `@${tag}`
}

@janpio janpio added kind/improvement An improvement to existing feature and code. topic: cli topic: update-notifier labels Sep 1, 2021
@Jolg42 Jolg42 added this to the 2.31.0 / 3.0.x milestone Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement An improvement to existing feature and code. topic: cli topic: update-notifier
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants