forked from LaconicNetwork/kompose
This command will add `kompose command` used to generate artifacts as well as `kompose version`,
for ex,
```
metadata:
annotations:
kompose.cmd: kompose convert -f /home/snarwade --stdout
kompose.version: 1.0.0 (HEAD)
```
For functional test, Now each test has template like,
```
"annotations": {
"kompose.cmd": "%CMD%",
"kompose.version": "%VERSION%"
```
Because, for every machine these values will be different.
Updated functional test with new annotations
|
||
|---|---|---|
| .. | ||
| cmd | ||
| fixtures | ||
| README.md | ||
Functional Test
Requirements
Install jq - commandline JSON processor with minimum version of 1.5
Running tests
Test running ./cmd/tests.sh