mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Add output flag for writing chart files
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
a9247e5412
commit
f21326a319
5 changed files with 83 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue