File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export async function downloadZip(
156156function 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}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { GlobalOptions } from "../../types.ts";
66function 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}
You can’t perform that action at this time.
0 commit comments