Rajadeepan D Ramesh
d1d9a045af
Fix minor typo in comment
...
Fix minor typo in comment
2017-08-21 23:40:05 +05:30
Suraj Narwade
8336b6526f
Remove empty if branch
...
This PR will remove empty `if` branch which is of no use now as
this logic is being done in if statements which are written further.
2017-07-07 12:01:20 +05:30
Charlie Drage
1cacfddf1a
Update kompose completion
...
Updates Kompose completion with neutral language (using shell instead of
bash).
Fixes the indentation issues when outputting `kompose completion --help`
2017-05-19 10:27:11 -04:00
Charlie Drage
c0043ebd11
Clean up logrus
...
Replaces "log" from "logrus" as commonly used in large Go projects.
Makes it easier from a developer perspective to use `log.Info`,
`log.Debug`, etc.
2017-02-27 10:53:24 -05:00
Suraj Deshmukh
0bc24d5ca6
normalize docker-compose service that has name with underscore
...
kubernetes or openshift does not allow underscores in the object
names, while docker-compose does, in this commit the code has been
added to convert underscores to hypens.
2017-02-14 17:39:42 +05:30
Charlie Drage
a58cd69d0d
Add bash auto completion support
...
Adds auto completion support that's generated via:
```
$ kompose complete
```
This file is added to /etc/bash_completion.d/kompose.sh
2017-01-17 14:06:30 -05:00