Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Public PreviewThis feature is inPublic Preview.
Import an existing project into the Astro IDE by uploading a local CLI project.

Connect a CLI project

Prerequisites

1
Open Astro IDE
2
From the Astro UI main menu, select Astro IDE.
3
Open the Projects tab
4
Click Projects to open the Projects tab.
5
Click ”+ Add Project”
6
Click + Add Project, then select Import CLI Project from the dropdown menu.
7
Run the export command in your terminal
8
Copy the command from the dialog and run it in your terminal from the root of your existing Astro CLI project directory. This command uploads your local project files to the Astro IDE:
9
astro ide project export
10
Refresh to complete import
11
Return to the Astro IDE and refresh the page to see your imported project.

Start a new session with your imported project

After importing your project, you can start a new session with it.

Prerequisites

You need to have an imported project in the Astro IDE. Follow the steps in Connect a CLI project to import a CLI project if you haven’t already.
1
Open the Astro IDE
2
From the Astro UI main menu, select Astro IDE.
3
Open the Projects tab
4
Click Projects to open the Projects tab.
5
Select your imported project
6
Click New Session next to the project you imported to start a new session with that project.
Resume a previous sessionOnce you have created a session with your imported project, you can close it, and later resume it. In the Astro IDE, go to the Sessions tab, and click the session you want to resume.