Files
dft-core/dft/commands/deploy.py
T

8 lines
228 B
Python
Raw Normal View History

import click
@click.command()
@click.option('-c', default="dft_project.yml", help='Build your flow with scheduler and deploy them to your server.')
def deploy(config):
click.echo("Deploying your query files to server...")