Skip to main content
Version: 10.9.x

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 2022-03-07

Changed

  • complete rework of cli
  • new login that uses the OIDC flow via the user browser
  • new deploy command, now it will wait for the pipeline to finish
  • new project list command
  • the user now can create contexts for multiple scenarios and consoles

0.3.1 2022-01-21

Fixed

  • fix warning installing with brew (issue 55)

0.3.0

Added

  • login command with username and password
  • new command to trigger a new deploy per environment
  • get status of a pipeline release
  • insecure flag to skip check on certificate authority
  • flag to use custom certificate authority
  • add support to go v1.16

Update

  • upgrade dependencies

Changed

  • drop support to go v1.13 and v.14

0.2.0

  • get history of deployments for a specific project environment
  • add get projects command

0.1.0

  • create cli sdk
  • create cli renderer