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

# Aptible CLI - Overview

> Learn more about using the Aptible CLI for managing resources

# Overview

The Aptible CLI is a tool to help you manage your Aptible resources directly from the command line. You can use the Aptible CLI to do things like:

Create, modify, and delete Aptible resources
Deploy, restart, and scale Apps and Databases
View real-time logs
For an overview of what features the CLI supports, see the Feature Support Matrix.

# Install the Aptible CLI

<Tabs>
  <Tab title="MacOS">
    [](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/aptible/omnibus-aptible-toolbelt/master/gh-82/pkg/aptible-toolbelt-0.26.6%2B20260504174855-mac-os-x.10.15.7-1.pkg)Install v0.26.6 with **Homebrew**

    ```
    brew install --cask aptible
    ```
  </Tab>

  <Tab title="Windows">
    [Download v0.26.6 for Windows ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/aptible/omnibus-aptible-toolbelt/master/gh-82/pkg/aptible-toolbelt-0.26.6%2B20260504174616~windows.6.3.9600-1-x64.msi)
  </Tab>

  <Tab title="Debian">
    [Download v0.26.6 for Debian ↓](https://omnibus-aptible-toolbelt.s3.amazonaws.com/aptible/omnibus-aptible-toolbelt/latest/aptible-toolbelt_latest_debian-9_amd64.deb)
  </Tab>

  <Tab title="Ubuntu">
    [Download v0.26.6 for Ubuntu ↓](https://omnibus-aptible-toolbelt.s3.amazonaws.com/aptible/omnibus-aptible-toolbelt/latest/aptible-toolbelt_latest_ubuntu-1604_amd64.deb)
  </Tab>

  <Tab title="CentOS">
    [Download v0.26.6 for CentOS ↓](https://omnibus-aptible-toolbelt.s3.amazonaws.com/aptible/omnibus-aptible-toolbelt/latest/aptible-toolbelt_latest_centos-7_amd64.rpm)
  </Tab>
</Tabs>

# Try the CLI

Take the CLI for a spin with these commands or [browse through all available commands.](https://www.aptible.com/docs/commands)

<CodeGroup>
  ```python Login to the CLI theme={null}
  aptible login
  ```

  ```python View all commands theme={null}
  aptible help
  ```

  ```python Create a new app theme={null}
  aptible apps:create HANDLE --environment=ENVIRONMENT
  ```

  ```python List all databases theme={null}
  aptible db:list
  ```
</CodeGroup>
