|
1 | | -# Command Palette |
| 1 | +# Kyma Dashboard Command Palette |
2 | 2 |
|
3 | 3 | With the Kyma dashboard command palette feature, you can easily navigate through all your dashboard resources, such as workloads, deployments, and more. |
4 | 4 | You can perform actions such as listing or accessing your namespaces, or preferences, or uploading YAML files. |
5 | 5 |
|
6 | 6 | ## Features |
7 | 7 |
|
8 | | -You can use command palette to perform the following actions: |
| 8 | +You can use the command palette to perform the following actions: |
9 | 9 |
|
10 | | -- Access command palette by pressing `cmd+k` on your keyboard or choosing **Quick Navigation**. |
| 10 | +- To access the command palette, press cmd+k on your keyboard or choose **Quick Navigation**. |
11 | 11 |
|
12 | 12 |  |
13 | 13 |
|
14 | | -- To see all navigation options and the resources' aliases, enter `?`. For example, if you want to see your namespaces, it's enough to type `ns`. |
| 14 | +- To see all navigation options and the resources' aliases, enter the question mark sign `(?)`. For example, if you want to see your namespaces, it's enough to type `ns`. |
15 | 15 |
|
16 | 16 |  |
17 | 17 |
|
18 | | -- See the history of your actions by using the up or down arrow. To autocomplete your search, press the right arrow. |
| 18 | +- To see the history of your resources, use the up or down arrow. |
19 | 19 |
|
20 | | -- See the list of all resources available in the given namespace by entering the resource name and pressing the tab key. |
| 20 | +- To see the list of all resources available in the given namespace, enter the resource name and press the tab key. |
21 | 21 |
|
22 | 22 |  |
23 | 23 |
|
24 | | -- Switch contexts between your resources. For example, if you're viewing your available Pods on the `default` namespace, and you want to check the Pods on a different one, type `ns/{NAME_OF_YOUR_NAMESPACE}` and choose the `Switch Context` option. It takes you to the list of Pods in the selected namespace. |
| 24 | +- Switch contexts between your resources. For example, if you're viewing your available Pods in the `default` namespace, and you want to check the Pods in a different one, type `ns/{NAME_OF_YOUR_NAMESPACE}` and choose the `Switch Context` option. It takes you to the list of Pods in the selected namespace. |
25 | 25 |
|
26 | 26 |  |
0 commit comments