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 .