Releases: codefresh-io/cli
Releases · codefresh-io/cli
Codefresh V0.10.3
v0.10.3 Merge remote-tracking branch 'origin/master'
Codefresh V0.10.2
v0.10.2 make only root commands by default requiresAuth true (#271)
Codefresh V0.10.1
saas-1368 hide inherited filename option (#270) * make crudFilenameOption non-global + add crudFilenameOption where it was used by inheritance * return draftlog to Output + make root commands by default require auth + describe choices for date format option * update version
Codefresh V0.10.0
v0.10.0 deprecate create and delete runtime-environment through CLI, move to …
Codefresh V0.9.30
v0.9.30 update version
Codefresh V0.9.29
v0.9.29 update version
Codefresh V0.9.26
Saas 1123 1336 zsh and file-dir completion (#268) * saas-1336 zsh completion + files completion * tests added + small fixes * fix scripts * update version
Codefresh V0.9.25
Fix running pipeline (#266) * Revert "revert refactor run pipeline command (#265)" This reverts commit 5dbacc39ce5cdb3248d944df3b31372f5599b47b. * fix detach mode * return exit code explicitly
Codefresh V0.9.24
v0.9.24 revert refactor run pipeline command (#265)
Codefresh V0.9.23
refactor run pipeline command (#265) * refactor run pipeline command * support passing variables on command line when running local engine * WIP * add progress and fix defects * Support no cache and reset volume for local run * no cf cache support * Fix context defect * fixed noisy docker pull * Fixed pulling engine log * Defect fixing * Support enable notifications when running locally * Upgrade version * merge