Skip to content

Commit 8555554

Browse files
authored
replace sync deprecation placeholder link (#9180)
1 parent e3a3dbb commit 8555554

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/src/commands/sync/pull.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export async function downloadZip(
156156
function stub(_opts: GlobalOptions & { override: boolean }, _dir: string) {
157157
console.log(
158158
colors.red.underline(
159-
'Pull is deprecated. Use "sync pull --raw" instead. See <TODO_LINK_HERE> for more information.'
159+
'Pull is deprecated. Use "sync pull --raw" instead. See https://www.windmill.dev/docs/advanced/cli/sync for more information.'
160160
)
161161
);
162162
}

cli/src/commands/sync/push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { GlobalOptions } from "../../types.ts";
66
function stub(_opts: GlobalOptions, _dir?: string) {
77
log.info(
88
colors.red.underline(
9-
'Push is deprecated. Use "sync push --raw" instead. See <TODO_LINK_HERE> for more information.'
9+
'Push is deprecated. Use "sync push --raw" instead. See https://www.windmill.dev/docs/advanced/cli/sync for more information.'
1010
)
1111
);
1212
}

0 commit comments

Comments
 (0)