Skip to content

Commit

Permalink
chore: example usage added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Nov 24, 2024
1 parent 5961888 commit 58f5c7c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 │
Expand Down

0 comments on commit 58f5c7c

Please sign in to comment.