summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-20 19:40:50 -0500
committerJeff Carr <[email protected]>2025-04-20 19:40:50 -0500
commit3cd1f64d15465160770794187ca632953fdd4c86 (patch)
tree3b4184706f311f97e2ac87361a623378d952e9d3 /Makefile
parent69ee3b95d0a2f5a3079e512a9f3315026912fcde (diff)
stub in droplet statusv0.2.52
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f01a705..72877e1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ all: install
@echo build worked
virtigo list droplets
virtigo list droplets --on
+ virtigo droplet start --name coriolis
+ virtigo droplet show --name coriolis
build: goimports vet
GO111MODULE=off go build \