Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
skaffold
/
Use a specific profile
Use a specific profile
skaffold
Activate a named profile from skaffold.yaml
skaffold dev -p staging
⎘ copy
#skaffold
#ci
more skaffold
all 8 commands →
Diagnose config issues
skaffold diagnose
Clean up deployed resources
skaffold delete
Dev mode (hot-reload)
skaffold dev --port-forward
One-shot build and deploy
skaffold run --tail
Build only (no deploy)
skaffold build --file-output=artifacts.json