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

Releases: kops-dev/kops-cli

Release v0.2.0

16 Oct 10:18
100b155
Compare
Choose a tag to compare
Merge pull request #14 from kops-dev/release-0.2.0

Release 0.2.0

v0.1.0

05 Sep 11:25
a35398d
Compare
Choose a tag to compare

Release v0.1.0

  • Users can do kops deploy with name and tag as parameters to deploy the services from their local environment with the use of KOPS_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

v0.0.1

26 Jun 07:03
0f74f2d
Compare
Choose a tag to compare

Release Notes

Features:

  • Add version subcommand (#1)
  • Add deploy command for GCP and golang projects (#2)