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

# astro ide

<Info>
  These commands are only available on Astro.
</Info>

# Manage Astro IDE projects from the CLI

The `astro ide` command group provides basic management for [Astro IDE](/docs/astro/ide-overview) projects through the Astro CLI. You can list all available projects, import an existing project to your local environment, or export a local project to Astro IDE.

<CardGroup cols={2}>
  <Card title="astro ide project list" href="/docs/cli/v1.42/astro-ide-project-list">
    View documentation for `astro ide project list`.
  </Card>

  <Card title="astro ide project import" href="/docs/cli/v1.42/astro-ide-project-import">
    View documentation for `astro ide project import`.
  </Card>

  <Card title="astro ide project export" href="/docs/cli/v1.42/astro-ide-project-export">
    View documentation for `astro ide project export`.
  </Card>
</CardGroup>
