@@ -16,23 +16,22 @@ Build tool to containerize cloud applications.
16
16
## Usage
17
17
18
18
``` bash
19
- Usage: ctz < filename> < options>
20
-
21
- Options:
22
-
23
- -p, --push pushes image to specified repository
24
- -l, --log logs the standard output
25
- -h, --help get detailed usage information
26
- ```
27
-
28
- ## Examples
29
-
30
- ``` bash
31
- ctz build.yaml
32
- ctz build.yaml --log
33
- ctz build.yaml -l
34
- ctz build.yaml --push
35
- ctz build.yaml -p --log
19
+ USAGE
20
+ ctz = ctz help
21
+ ctz < filename> < options> = builds images of all modules and pushes them to remote repository
22
+
23
+ OPTIONS
24
+ -l | --log logs the standard output in the console
25
+ -p | --push pushes the images to specified repository
26
+ -h | --help get detailed usage information
27
+ -v | --version get version of the package
28
+
29
+ EXAMPLES
30
+ ctz build.yaml
31
+ ctz build.yaml --log
32
+ ctz build.yaml -l
33
+ ctz build.yaml --push
34
+ ctz build.yaml -p --log
36
35
```
37
36
38
37
## Configuration
@@ -92,9 +91,9 @@ There are three ways to configure how to containerize a module:
92
91
| Keyword | Parsed to |
93
92
|------------------------------------|-----------------------------------------------------------|
94
93
| *builder-jammy-base* | paketobuildpacks/builder-jammy-base |
95
- | *builder-jammy-buildpackless-base* | paketobuildpacks/builder-jammy-full |
96
- | *builder-jammy-full* | paketobuildpacks/builder-jammy-base |
97
- | *builder-jammy-buildpackless-full* | paketobuildpacks/builder-jammy-full |
94
+ | *builder-jammy-buildpackless-base* | paketobuildpacks/builder-jammy-buildpackless-base |
95
+ | *builder-jammy-full* | paketobuildpacks/builder-jammy-full |
96
+ | *builder-jammy-buildpackless-full* | paketobuildpacks/builder-jammy-buildpackless- full |
98
97
99
98
</br>
100
99
0 commit comments