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
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