Add output flag for writing chart files

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-02-05 17:16:20 +01:00
parent a9247e5412
commit f21326a319
5 changed files with 83 additions and 16 deletions

View file

@ -81,6 +81,8 @@ type DownOptions struct {
type ConvertOptions struct {
// Format define the output format used to dump converted application model (json|yaml)
Format string
// Output defines the path to save the application model
Output string
}
// KillOptions group options of the Kill API