mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-02 15:07:17 +00:00
23 lines
676 B
Markdown
23 lines
676 B
Markdown
---
|
|
title: Command palette
|
|
description: Podman Desktop command palette
|
|
tags: [podman-desktop, extension]
|
|
keywords: [podman desktop, extension]
|
|
---
|
|
|
|
# Command Palette
|
|
|
|
Podman Desktop provides a shortcut to list all available commands using the **F1** key.
|
|
|
|

|
|
|
|
All commands displayed are defined in the "commands" section of `package.json`. For additional information, visit the [documentation page](/docs/extensions/developing/commands).
|
|
|
|
### Procedure
|
|
|
|
1. Press **F1**.
|
|
2. Select the command you would like to execute from the list.
|
|
|
|
### Additional Resources
|
|
|
|
- [Command Extension Documentation](/docs/extensions/developing/commands)
|