Install the Feast CLI using pip:
pip install feast
Configure the CLI to connect to your Feast Core deployment:
feast config set core_url your.feast.deployment
By default, all configuration is stored in ~/.feast/config
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 propertiesentities Create and manage entitiesfeature-tables Create and manage feature tablesjobs Create and manage jobsprojects Create and manage projectsversion Displays version and connectivity information