Skip to content

Commit

Permalink
Minor change in manual (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubho5 authored Jan 28, 2025
1 parent 4250db1 commit a5e2956
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ ${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
ctz build.yaml --log
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 = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit a5e2956

Please sign in to comment.