Add module files
This commit is contained in:
parent
50847877ed
commit
bbdb938de8
0
app/deploy/__init__.py
Normal file
0
app/deploy/__init__.py
Normal file
0
app/deploy/compose/__init__.py
Normal file
0
app/deploy/compose/__init__.py
Normal file
@ -16,8 +16,8 @@
|
||||
import click
|
||||
from pathlib import Path
|
||||
import sys
|
||||
from app.deploy import up_operation, down_operation, ps_operation, port_operation
|
||||
from app.deploy import exec_operation, logs_operation, create_deploy_context
|
||||
from app.deploy.deploy import up_operation, down_operation, ps_operation, port_operation
|
||||
from app.deploy.deploy import exec_operation, logs_operation, create_deploy_context
|
||||
from app.deploy.stack import Stack
|
||||
from app.deploy.spec import Spec
|
||||
|
||||
|
0
app/deploy/k8s/__init__.py
Normal file
0
app/deploy/k8s/__init__.py
Normal file
0
app/repos/__init__.py
Normal file
0
app/repos/__init__.py
Normal file
10
cli.py
10
cli.py
@ -16,12 +16,12 @@
|
||||
import click
|
||||
|
||||
from app.command_types import CommandOptions
|
||||
from app import setup_repositories
|
||||
from app import build_containers
|
||||
from app import build_npms
|
||||
from app import deploy
|
||||
from app.repos import setup_repositories
|
||||
from app.build import build_containers
|
||||
from app.build import build_npms
|
||||
from app.deploy import deploy
|
||||
from app import version
|
||||
from app import deployment
|
||||
from app.deploy import deployment
|
||||
from app import update
|
||||
|
||||
CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])
|
||||
|
Loading…
Reference in New Issue
Block a user