kompose/script/test/fixtures/nginx-node-redis
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
..
nginx typo in nginx name 2017-04-25 11:14:35 +05:30
node typo in nginx name 2017-04-25 11:14:35 +05:30
docker-compose.yml typo in nginx name 2017-04-25 11:14:35 +05:30
output-k8s-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-os-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-os.json Adds both build and push support 2017-06-14 10:19:12 -04:00
README.md typo in nginx name 2017-04-25 11:14:35 +05:30