Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 451 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 451 Bytes

Contributing to Morty CLI

Compile from source

You only need to install Go 1.19+ to compile the project locally.

Now, you can run the following command to compile the project :

go build -o morty main.go

You should now be able to use your CLI :

./morty config current-context

# Output
Name         : localhost
Controller URL  : http://localhost:8080
Registry URL : http://localhost:8081