windmill-cli 1.703.0 → 1.703.1
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/esm/main.js +3 -3
- package/package.json +1 -1
package/esm/main.js
CHANGED
|
@@ -16752,7 +16752,7 @@ var init_OpenAPI = __esm(() => {
|
|
|
16752
16752
|
PASSWORD: undefined,
|
|
16753
16753
|
TOKEN: getEnv3("WM_TOKEN"),
|
|
16754
16754
|
USERNAME: undefined,
|
|
16755
|
-
VERSION: "1.703.
|
|
16755
|
+
VERSION: "1.703.1",
|
|
16756
16756
|
WITH_CREDENTIALS: true,
|
|
16757
16757
|
interceptors: {
|
|
16758
16758
|
request: new Interceptors,
|
|
@@ -47187,7 +47187,7 @@ async function downloadZip(workspace, plainSecrets, skipVariables, skipResources
|
|
|
47187
47187
|
return process.exit(1);
|
|
47188
47188
|
}
|
|
47189
47189
|
function stub(_opts, _dir) {
|
|
47190
|
-
console.log(colors.red.underline('Pull is deprecated. Use "sync pull --raw" instead. See
|
|
47190
|
+
console.log(colors.red.underline('Pull is deprecated. Use "sync pull --raw" instead. See https://www.windmill.dev/docs/advanced/cli/sync for more information.'));
|
|
47191
47191
|
}
|
|
47192
47192
|
var import_jszip, command3;
|
|
47193
47193
|
var init_pull = __esm(async () => {
|
|
@@ -89801,7 +89801,7 @@ var config_default = command35;
|
|
|
89801
89801
|
|
|
89802
89802
|
// src/main.ts
|
|
89803
89803
|
await init_context();
|
|
89804
|
-
var VERSION = "1.703.
|
|
89804
|
+
var VERSION = "1.703.1";
|
|
89805
89805
|
async function checkVersionSafe(cmd) {
|
|
89806
89806
|
const mainCommand = cmd.getMainCommand();
|
|
89807
89807
|
const upgradeCommand = mainCommand.getCommand("upgrade");
|