Install the Feast CLI using pip:
pip install feastConfigure the CLI to connect to your Feast Core deployment:
feast config set core_url your.feast.deployment
{% hint style="info" %}
By default, all configuration is stored in ~/.feast/config
{% endhint %}
The CLI is a wrapper around the Feast Python SDK:
$ feast
Usage: feast [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
config View and edit Feast properties
entities Create and manage entities
feature-tables Create and manage feature tables
jobs Create and manage jobs
projects Create and manage projects
version Displays version and connectivity information