@deploy.command('get')
@click.argument('id', type=int)
@pass_config
def deploy_get(config, id):
    """Get info from deploy"""