initial commit, parse dab file into objects

This commit is contained in:
ngtuna
2016-07-13 10:51:26 +07:00
parent 8871baf9be
commit c49eccf313
2 changed files with 35 additions and 10 deletions
+5
View File
@@ -65,6 +65,11 @@ func ConvertCommand(factory app.ProjectFactory) cli.Command {
Name: "stdout",
Usage: "Print Kubernetes objects to stdout",
},
// FIXME: this flag should be used together with --file/-f in order to specify dab file.
cli.BoolFlag{
Name: "from-bundles",
Usage: "Getting input from docker DAB file",
},
},
}
}