We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37ce8d commit b31db13Copy full SHA for b31db13
packages/cli/package.json
@@ -32,6 +32,7 @@
32
"@oclif/core": "2.8.6",
33
"@oclif/plugin-autocomplete": "^2.3.6",
34
"@oclif/plugin-not-found": "^2.4.0",
35
+ "@oclif/plugin-warn-if-update-available": "^3.1.20",
36
"@whatwg-node/fetch": "^0.8.4",
37
"assemblyscript": "0.19.23",
38
"binary-install-raw": "0.0.13",
@@ -85,7 +86,12 @@
85
86
],
87
"plugins": [
88
"@oclif/plugin-not-found",
- "@oclif/plugin-autocomplete"
89
- ]
+ "@oclif/plugin-autocomplete",
90
+ "@oclif/plugin-warn-if-update-available"
91
+ ],
92
+ "warn-if-update-available": {
93
+ "timeoutInDays": 1,
94
+ "message": "<%= config.name %> update available from <%= chalk.yellowBright(config.version) %> to <%= chalk.greenBright(latest) %>."
95
+ }
96
}
97
0 commit comments