mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
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",
|
||||
KiwiCommandType.PROJECT,
|
||||
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):
|
||||
"""Run raw docker-compose command in a project"""
|
||||
|
|
Loading…
Reference in a new issue