0
Synchronize Hub Resource types with instance
One script reply has been approved by the moderators Verified
Created by henri186 78 days ago Viewed 372 times
0
Submitted by henri186 Bun
Verified 78 days ago
1
import * as wmill from "windmill-cli@1.393.2"
2

3
export async function main() {
4
  await wmill.hubPull({ workspace: "admins", token: process.env["WM_TOKEN"], baseUrl: globalThis.process.env["BASE_URL"] });
5
}