-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add update-cli command to cli (close #1239) #1251
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
Conversation
|
Review app for commit 8a23803 deployed to Heroku: https://hge-ci-pull-1251.herokuapp.com |
cli/commands/update.go
Outdated
| } | ||
| updateCmd := &cobra.Command{ | ||
| Use: "update-cli", | ||
| Short: "Update graphql-engine CLI tool to latest version", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-word to Update the Hasura CLI to latest version.
cli/commands/update.go
Outdated
| } | ||
|
|
||
| func (o *updateOptions) run() error { | ||
| isUpdate, releaseInfo, asset, err := update.CheckUpdate(o.EC.Version.GetCLIVersion()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change isUpdate to hasUpdate
|
@arvi3411301 How do we test this? |
|
Review app for commit d78dab9 deployed to Heroku: https://hge-ci-pull-1251.herokuapp.com |
|
Review app for commit 8a53cd3 deployed to Heroku: https://hge-ci-pull-1251.herokuapp.com |
|
Review app for commit f7e55c2 deployed to Heroku: https://hge-ci-pull-1251.herokuapp.com |
|
Review app for commit e709186 deployed to Heroku: https://hge-ci-pull-1251.herokuapp.com |
|
Review app https://hge-ci-pull-1251.herokuapp.com is deleted |
…ean type (#1251) <!-- The PR description should answer 2 important questions: --> ### What This PR adds a check to disallow defining boolean expression of array fields with scalar boolean type while resolving the boolean expression `comparable_fields`. ### How <!-- How is it trying to accomplish it (what are the implementation steps)? --> V3_GIT_ORIGIN_REV_ID: e9fd2feaff5a20d05b51b9ccd2a460f2b7e767dc
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
#1239
Solution and Design
Type
Checklist: