From 58f5c7c38149667158ab4d318e8f93d3946adc93 Mon Sep 17 00:00:00 2001 From: Eray Arslan Date: Sun, 24 Nov 2024 04:01:09 +0300 Subject: [PATCH] chore: example usage added to readme --- README.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.txt b/README.txt index 03fccc9..66fc48e 100644 --- a/README.txt +++ b/README.txt @@ -12,6 +12,31 @@ It is looks like a kubectl but for Multipass. > make build > make test +## Example Usage + +λ multipass start +Launched: primary +Mounted '/Users/username' into 'primary:Home' + +λ multiverse -master +master.go: master addr: localhost:1337 +master.go: api server addr: localhost:1338 + +λ multiverse -worker +worker.go: master to connect addr: localhost:1337 +client.go: joined with uuid: $uuid + +λ multiverse -client -shell -shell-instance-name=primary +ubuntu@primary:~$ + +λ multiverse -client -nodes +Node Name IPv4 Last Sync +hostname 127.0.0.1:***** 1337-13-37 13:37:17 UTC + +λ multiverse -client -instances +Node Name Instance Name State IPv4 Image +hostname primary Running xxx.xxx.xxx.xxx Ubuntu ??.?? ??? + ## Architecture ┌───────────────────────────────────┐ │ multiverse client cli │