kompose/script/test/cmd
Suraj Narwade ec5c4d8550 Adding save command to annotation
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
2017-08-14 12:22:33 +05:30
..
fix_detached_head.sh Fixes fixture test for build context 2017-05-08 17:54:24 +05:30
globals.sh 2016 -> 2017 for licensing 2017-06-28 10:49:52 -04:00
lib.sh 2016 -> 2017 for licensing 2017-06-28 10:49:52 -04:00
tests.sh Adding save command to annotation 2017-08-14 12:22:33 +05:30