podman-desktop/website/docs/extensions/developing/command-palette.md
2024-06-07 12:43:09 +00:00

676 B

title description tags keywords
Command palette Podman Desktop command palette
podman-desktop
extension
podman desktop
extension

Command Palette

Podman Desktop provides a shortcut to list all available commands using the F1 key.

Command Palette

All commands displayed are defined in the "commands" section of package.json. For additional information, visit the documentation page.

Procedure

  1. Press F1.
  2. Select the command you would like to execute from the list.

Additional Resources