Podman Desktop
SKILL.md
Container Desktop
Developer workflow automation tool for initializing, building, testing, and deploying projects from the command line.
Commands
| Command | Description |
|---|---|
init |
Initialize a new project in the current directory |
check |
Run lint, type check, and tests |
build |
Build the project |
test |
Run the full test suite |
deploy |
Show deploy pipeline guide (build → test → stage → prod) |
config |
View or edit configuration |
status |
Check overall project health |
template |
Generate a code template for a given type |
docs |
Generate project documentation |
clean |
Remove build artifacts |
help |
Show help and list all commands |