diff --git a/cli/main.ts b/cli/main.ts index d096ed5be1..08f98e4c0c 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -101,9 +101,13 @@ const command = new Command() "wmill.yaml", yamlStringify({ defaultTs: "bun", - includes: ["**"], + includes: ["f/**"], excludes: [], codebases: [], + skipVariables: true, + skipResources: true, + skipSecrets: true, + includeSchedules: false, }) ); log.info(colors.green("wmill.yaml created")); diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index dcef769e29..62288e0b1f 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -1626,8 +1626,10 @@
wmill workspace add {$workspaceStore} {$workspaceStore} {`${$page.url.protocol}//${$page.url.hostname}/`}
+ >npm install -g windmill-cli
+wmill workspace add {$workspaceStore} {$workspaceStore} {`${$page.url.protocol}//${$page.url.hostname}/`}
wmill init
+# adjust wmill.yaml file configuraton as needed
wmill sync pull
git add -A
git commit -m 'Initial commit'