@getmonoceros/workbench 1.6.6 → 1.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +2 -1
- package/dist/bin.js.map +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -2255,6 +2255,7 @@ function providerSetupHint(host, provider) {
|
|
|
2255
2255
|
const install = installCommandForOS({
|
|
2256
2256
|
brew: "brew install gh",
|
|
2257
2257
|
winget: "winget install --id GitHub.cli",
|
|
2258
|
+
linuxBrew: "brew install gh",
|
|
2258
2259
|
linuxDocsUrl: "https://github.com/cli/cli#installation"
|
|
2259
2260
|
});
|
|
2260
2261
|
return {
|
|
@@ -2920,7 +2921,7 @@ function warnOnDeprecatedFeatureRefs(containerFeatures, globalConfig, logger) {
|
|
|
2920
2921
|
}
|
|
2921
2922
|
|
|
2922
2923
|
// src/version.ts
|
|
2923
|
-
var CLI_VERSION = true ? "1.6.
|
|
2924
|
+
var CLI_VERSION = true ? "1.6.7" : "dev";
|
|
2924
2925
|
|
|
2925
2926
|
// src/commands/_dispatch.ts
|
|
2926
2927
|
import { consola as consola11 } from "consola";
|