Skip to main content

Project Management

caution

The Ash Console is currently in beta and not production-ready. It is under active development and subject to breaking changes.

The first step for an Ash Console user is to create a project: a logical set of resources that are deployed in cloud regions.

List projects

To list projects, navigate to the Ash Console home page:

Ash Console Home Page

Create a project

To create a project, navigate to the Ash Console home page and click on the Create a project button:

Ash Console Project Create

Select the current project (CLI only)

The Ash CLI stores the current project in a configuration file. This project will be used by default for all the commands that require a project (e.g. console region ...).

To show the current project, run:

Command
ash console project show
Output
Current project: 'my-devnet-project' (5064c6a6-1542-43d9-b8bb-9ce9502347ff)

You can switch between projects:

Command
ash console project select my-devnet-project
Output
Switched to project 'my-devnet-project' (5064c6a6-1542-43d9-b8bb-9ce9502347ff)!

Update a project

tip

You can also provide the project name instead of its ID.

To update a project's configuration, navigate to the Project overview page and click on the Project Settings button:

Ash Console Project settings

Edit the configuration as needed and click on the Update button.

Delete a project

caution

Deleting a project will recursively delete all the cloud regions and resources that belong to it!

To delete a project, navigate to the Project overview page and click on the Project Settings button:

Ash Console Project delete

You can delete the project by clicking on the Delete button.