Skip to content

The all in one command line tool for managing cloud on kops.dev

Notifications You must be signed in to change notification settings

kops-dev/kops-cli

Repository files navigation

ZOP.DEV Command Line Tool

The zop.dev cli provides the functionality to deploy your applications seamlessly on cloud using zop.dev - simplified devops.

To install the cli app run the following command

go install zop.dev@latest //to get the latest release for zop.dev cli

or clone the repo and build binary

git clone https://github.com/kops-dev/kops-cli

go build -o zop.dev .