Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
/ kops-cli Public archive

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

100b155 · Oct 16, 2024

History

13 Commits
Jul 24, 2024
Oct 16, 2024
Oct 16, 2024
Sep 5, 2024
Oct 16, 2024
Sep 5, 2024
Jul 24, 2024
Oct 16, 2024
Oct 16, 2024
Sep 5, 2024
Oct 16, 2024
Oct 16, 2024

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 .