tfx/tools/cli/commands/pipeline.py [60:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@pass_context
@click.option(
    '--engine', default='auto', type=str, help='Orchestrator for pipelines')
@click.option(
    '--pipeline_path',
    '--pipeline-path',
    required=True,
    type=str,
    help='Path to Python DSL.')
@click.option(
    '--package_path',
    '--package-path',
    default=None,
    type=str,
    help='[DEPRECATED] Package path specified in a KubeflowDagRunner instace '
    'will be used.')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tfx/tools/cli/commands/pipeline.py [290:305]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@pass_context
@click.option(
    '--engine', default='auto', type=str, help='Orchestrator for pipelines')
@click.option(
    '--pipeline_path',
    '--pipeline-path',
    required=True,
    type=str,
    help='Path to Python DSL.')
@click.option(
    '--package_path',
    '--package-path',
    default=None,
    type=str,
    help='[DEPRECATED] Package path specified in a KubeflowDagRunner instace '
    'will be used.')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



