diff --git a/CHANGELOG.md b/CHANGELOG.md index 323fa2d..385829e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. +## Version 0.2.6 - 2025-01-28 + +### Fixed + +- Updated the cli manual + ## Version 0.2.5 - 2024-11-22 ### Added diff --git a/lib/constants.js b/lib/constants.js index 835fb95..9f94858 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -15,6 +15,7 @@ ${font.bold} OPTIONS ${font.bold} -h | --help ${font.reset}get detailed usage information ${font.bold} -v | --version ${font.reset}get version of the package ${font.bold} --repository ${font.reset}repository to push the images to + ${font.bold} --modules ${font.reset}list the modules image has to be built for ${font.bold} EXAMPLES${font.reset} ctz build.yaml @@ -22,6 +23,8 @@ ${font.bold} EXAMPLES${font.reset} ctz build.yaml -l ctz build.yaml --push ctz build.yaml -p --log + ctz build.yaml --modules=mod1,mod2 + ctz build.yaml --repository=docker.io/username ` const native_commands = { diff --git a/package.json b/package.json index 924b872..0872da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctz", - "version": "0.2.5", + "version": "0.2.6", "description": "Build tool to containerize cloud applications", "homepage": "https://github.com/SAP/ctz", "keywords": [