[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/sunflowcoco/feast/master/sdk/python/feast/cli/cli_options.py [Back]  [Original]

import click

tagsOption = click.option(
    "--tags",
    help="Filter by tags (e.g. --tags 'key:value' --tags 'key:value, key:value, ...'). Items return when ALL tags match.",
    default=[""],
    multiple=True,
)

Web Proxy Viewer  |  New URL  |  Original Page