# Feast CLI

Install the Feast CLI using pip:

```bash
pip install feast==0.9.*
```

Configure 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](/v0.11-branch/feast-on-kubernetes/getting-started/connect-to-feast/python-sdk.md):

```aspnet
$ 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.feast.dev/v0.11-branch/feast-on-kubernetes/getting-started/connect-to-feast/feast-cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
