Command Palette
In this guide, you'll learn how to use the command palette in Cloud to quickly perform actions and navigate to pages.
Open the Command Palette#
Press ⌘ + K to open the command palette from anywhere in the Cloud dashboard.
To close the palette, press Esc or click anywhere outside it.
Navigate the Palette#
Aside from clicking items with your mouse, you can navigate the command palette using your keyboard:
- ↑ / ↓: Move between items.
- ↵ (Enter): Select the highlighted item.
- Esc: Close the palette.
Available Commands#
The command palette organizes its commands into three types: Actions, Navigation, and Settings.
Actions#
Actions let you perform tasks directly without navigating to a specific page first:
- Upgrade Plan: Open the upgrade plan page to change your Cloud subscription.
- Create Project: Open the project creation flow.
- Add Sender Domain: Add a sender domain for outbound emails.
- Add Backend Custom Domain: Add a custom domain for a project's backend.
- Add Storefront Custom Domain: Add a custom domain for a project's storefront.
- Edit Variables: Edit environment variables for a project.
- View Logs: View runtime logs for a project's environment.
- Create Environment: Create a new environment for a project.
- Log Out: Sign out of your Cloud account.
For the commands that perform actions on a specific project, such as Edit Variables or View Logs, you'll need to select a project after choosing the command.
Navigation#
Navigation items take you directly to a specific page in the Cloud dashboard:
- Projects: Go to your organization's projects list.
- Project Overview: Go to a specific project's dashboard.
- Logs: Go to the runtime logs page for a specific project.
- Deployments: Go to the deployments page for a specific project.
- Environment Overview: Go to the environment overview for a specific project.
- Custom Domains: Go to the custom domains settings for a specific project.
- Environment Variables: Go to the environment variables settings for a specific project.
- Storage: Go to database and storage settings for a specific project.
- Project Settings: Go to the settings page for a specific project.
- Environment Settings: Go to the settings page of a specific environment.
For the commands that navigate to a specific project, such as Project Overview or Logs, you'll need to select a project after choosing the command.
Settings#
Settings items take you to specific settings pages in the Cloud dashboard:
- Organization Settings: Go to your organization's settings page.
- Team Members: Go to the team members settings of your organization.
- Usage: Go to the usage page for your organization to view your current usage and limits.
- Email Activity: Go to the email activity page to monitor your outbound email sending activity.
- Sender Domains: Go to the sender domains settings to manage your email sender domains.
Select a Specific Project#
Some commands require you to choose a project before continuing. These commands display a icon on the right side.
When you select one of these commands, the palette switches to a project-picker view:
- Open the command palette with ⌘ + K.
- Select a command that shows a icon, such as Project Overview.
- The palette displays a "Select a project..." search field and a list of your projects.
- Select a project from the list. You can search for a project by typing its name, and use ↑ / ↓ to move between projects.
The selected project's page opens immediately.
To go back to the main command list without selecting a project, click the badge (for example, the Project Overview badge) at the top of the palette.
Search for a Project#
You can type in the command palette's search bar to filter both commands and project names.
To search for a project and navigate to its dashboard:
- Open the command palette with ⌘ + K.
- Type the name of the project in the search bar.
- Select the matching project from the results.
This takes you directly to that project's dashboard.