This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Releases: kops-dev/kops-cli
Releases · kops-dev/kops-cli
Release v0.2.0
Merge pull request #14 from kops-dev/release-0.2.0 Release 0.2.0
v0.1.0
Release v0.1.0
- Users can do
kops deploy
withname
andtag
as parameters to deploy the services from their local environment with the use ofKOPS_DEPLOYMENT_KEY
. Users can generate the deployment key and then use kops.dev CLI tool to create the image for their project using the existing Dockerfile else the tool can generate a base Dockerfile. - CLI also supports generating the binary and Dockerfile automatically for the user based on the language.
- CLI is made to be cloud agnostic as users do not need to download any cloud-specific tools and keep the spirit of kops.dev to manage all cloud accounts in one place.
Note: Currently CLI supports golang projects end to end with support coming for Java and Javascript.
Full Changelog: https://github.com/kops-dev/kops-cli/commits/v0.1.0