This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import click | |
import docker | |
from .compose_wrapper import comp, dc_passthrough | |
from .env import get_env, setup_env | |
def dc(): | |
"""Use docker-compose CLI directly. |