We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e54e97 commit 2c05edeCopy full SHA for 2c05ede
applications/wg-easy/Taskfile.yaml
@@ -532,7 +532,7 @@ tasks:
532
cmx-vm-create:
533
desc: Create a CMX VM instance using Replicated CLI
534
run: once
535
- silent: false
+ silent: true
536
status:
537
- |
538
# Check if VM is running
@@ -558,15 +558,15 @@ tasks:
558
559
cmx-vm-delete:
560
desc: Delete a CMX VM instance
561
562
cmds:
563
564
echo "Deleting CMX VM {{.CMX_VM_NAME}}..."
565
replicated vm rm {{.CMX_VM_NAME}}
566
567
cmx-vm-install:
568
desc: Download and install the app as Embedded Cluster on CMX VM
569
570
requires:
571
vars: [REPLICATED_LICENSE_ID]
572
vars:
0 commit comments