mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
add quiet option
This commit is contained in:
+7
-1
@@ -84,7 +84,13 @@ let command: any = new Command()
|
||||
"upgrade",
|
||||
new UpgradeCommand({
|
||||
main: "main.ts",
|
||||
args: ["--allow-net", "--allow-read", "--allow-write", "--allow-env"],
|
||||
args: [
|
||||
"--allow-net",
|
||||
"--allow-read",
|
||||
"--allow-write",
|
||||
"--allow-env",
|
||||
"-q",
|
||||
],
|
||||
provider: new DenoLandProvider({ name: "wmill" }),
|
||||
})
|
||||
)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<ul class="pl-0 pt-2 list-decimal list-inside flex flex-col gap-2">
|
||||
<li>
|
||||
Install the latest wmill CLI from deno.land:
|
||||
<ClipboardPanel content={'deno install -A https://deno.land/x/wmill/main.ts'} />
|
||||
<ClipboardPanel content={'deno install -q -A https://deno.land/x/wmill/main.ts'} />
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user