TLDR
Enter a command. For example: llc, git archive file, wc, pest.

skaffold

 
A tool that facilitates continuous development for Kubernetes applications. More information: https://skaffold.dev.
 
  • Build the artifacts:
     
    skaffold build -f {{skaffold.yaml}}
     
  • Build and deploy your app every time your code changes:
     
    skaffold dev -f {{skaffold.yaml}}
     
  • Run a pipeline file:
     
    skaffold run -f {{skaffold.yaml}}
     
  • Run a diagnostic on Skaffold:
     
    skaffold diagnose -f {{skaffold.yaml}}
     
  • Deploy the artifacts:
     
    skaffold deploy -f {{skaffold.yaml}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.