> ## Documentation Index
> Fetch the complete documentation index at: https://docs.configu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Command Reference

> A reference guide for all Configu CLI commands.

export const Related = ({name, link}) => <Tip>
    We recommend reading the{' '}
    <a href={link} target="_blank">
      <b>{name}</b>
    </a>{' '}
    section first for a better foundation.
  </Tip>;

<Related name="Hello, World!" link="/guides/hello-world" />

## Commands

<Tip>
  Use `configu -h` or to get a list of all available commands.

  <br />

  Use `configu --config "path/to/.configu"` to explicitly provide a path to a [`.configu`](/interfaces/.configu) file.

  <br />

  Use `configu [COMMAND] -h` to get help for a specific command.
</Tip>

* [`configu eval`](#configu-eval)
* [`configu export`](#configu-export)
* [`configu login`](#configu-login)
* [`configu upsert`](#configu-upsert)

## configu eval

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/cli/cli-eval-command.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=24c8999f74e3145d6ddaa598afdbacb2" alt="image" width="1568" height="206" data-path="images/cli/cli-eval-command.png" />
</Frame>

## configu export

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/cli/cli-export-command.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=8402aff7bc7d7d2d2984652d8539cdab" alt="image" width="1371" height="274" data-path="images/cli/cli-export-command.png" />
</Frame>

## configu login

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/cli/cli-login-command.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=5e1b8f0d48945f72fef122c35af73b59" alt="image" width="661" height="120" data-path="images/cli/cli-login-command.png" />
</Frame>

## configu upsert

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/cli/cli-upsert-command.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=e8a28bde0d6383e8c7df9ce04f4fe841" alt="image" width="1580" height="205" data-path="images/cli/cli-upsert-command.png" />
</Frame>
