Fix for docker-compose options
This commit is contained in:
parent
7ee7d5f300
commit
0f7c7f6955
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ from ..instance import Instance, Project
|
||||||
"cmd",
|
"cmd",
|
||||||
KiwiCommandType.PROJECT,
|
KiwiCommandType.PROJECT,
|
||||||
short_help="Run docker-compose command",
|
short_help="Run docker-compose command",
|
||||||
|
# ignore arguments looking like options
|
||||||
|
# just pass everything down to docker-compose
|
||||||
|
context_settings={"ignore_unknown_options": True},
|
||||||
)
|
)
|
||||||
class CMD(KiwiCommand):
|
class CMD(KiwiCommand):
|
||||||
"""Run raw docker-compose command in a project"""
|
"""Run raw docker-compose command in a project"""
|
||||||
|
|
Loading…
Reference in a new issue