Skip to content

Commit 2c05ede

Browse files
committed
silent CMX tasks
1 parent 9e54e97 commit 2c05ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

applications/wg-easy/Taskfile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ tasks:
532532
cmx-vm-create:
533533
desc: Create a CMX VM instance using Replicated CLI
534534
run: once
535-
silent: false
535+
silent: true
536536
status:
537537
- |
538538
# Check if VM is running
@@ -558,15 +558,15 @@ tasks:
558558
559559
cmx-vm-delete:
560560
desc: Delete a CMX VM instance
561-
silent: false
561+
silent: true
562562
cmds:
563563
- |
564564
echo "Deleting CMX VM {{.CMX_VM_NAME}}..."
565565
replicated vm rm {{.CMX_VM_NAME}}
566566
567567
cmx-vm-install:
568568
desc: Download and install the app as Embedded Cluster on CMX VM
569-
silent: false
569+
silent: true
570570
requires:
571571
vars: [REPLICATED_LICENSE_ID]
572572
vars:

0 commit comments

Comments
 (0)