Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Latest commit

 

History

History
91 lines (64 loc) · 2.69 KB

README.md

File metadata and controls

91 lines (64 loc) · 2.69 KB

🏋️‍♂️ lift

Up your service locally.

Build Template Coverage

💡 Idea

$ lift call && lift up

A full description of the idea is available here.

🏆 Motivation

In Avito we have an excellent PaaS which helps us to run our services in Kubernetes clusters with just a few commands. But I want to run it so quickly and frequently as possible to debug during development. For that reason, I need a possibility to up services written on Go locally from IDE like GoLand without losing the benefits that minikube provides.

🤼‍♂️ How to

...rethinking

🧩 Installation

Homebrew

$ brew install kamilsk/tap/lift

Binary

$ curl -sSfL https://raw.githubusercontent.com/kamilsk/lift/master/bin/install | sh
# or
$ wget -qO-  https://raw.githubusercontent.com/kamilsk/lift/master/bin/install | sh

Don't forget about security.

Source

# use standard go tools
$ go get github.com/kamilsk/lift@latest
# or use egg tool
$ egg tools add github.com/kamilsk/lift@latest

egg is an extended go get.

Bash and Zsh completions

$ lift completion bash > /path/to/bash_completion.d/lift.sh
$ lift completion zsh  > /path/to/zsh-completions/_lift.zsh
# or autodetect
$ source <(lift completion)

See kubectl documentation.

🤲 Outcomes

Patches


made with ❤️ for everyone