PreviewThis feature is in Preview.
Connect a CLI project
Prerequisites
- A local Astro project directory that you want to import.
- The Astro CLI installed and authenticated locally.
- Workspace Author permissions.
1
Open Astro IDE
From the Astro UI main menu, select Astro IDE.
2
Open the Projects tab
Click Projects to open the Projects tab.
3
Click "+ Add Project"
Click + Add Project, then select Import CLI Project from the dropdown menu.
4
Run the export command in your terminal
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:
5
Refresh to complete import
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
From the Astro UI main menu, select Astro IDE.
2
Open the Projects tab
Click Projects to open the Projects tab.
3
Select your imported project
Click New Session next to the project you imported to start a new session with that project.