Add ACI compose basic e2e test

This commit is contained in:
Guillaume Tardif 2020-05-06 15:28:03 +02:00
parent eb712ac75f
commit 9a2ec752b5
33 changed files with 1045 additions and 16 deletions

View file

@ -54,6 +54,7 @@ func downCommand() *cobra.Command {
}
downCmd.Flags().StringVar(&opts.Name, "name", "", "Project name")
downCmd.Flags().StringVar(&opts.WorkDir, "workdir", ".", "Work dir")
downCmd.Flags().StringArrayVarP(&opts.ConfigPaths, "file", "f", []string{}, "Compose configuration files")
return downCmd
}