-
Notifications
You must be signed in to change notification settings - Fork 9k
Skaffold 2.0 #1291
NimJay
announced in
Announcements
Skaffold 2.0
#1291
-
Skaffold 2.0
Online Boutique now uses skaffold v2.
If you're developing for Online Boutique, you'll need skaffold v2+ on your machine.
To check your current version of skaffold:
skaffold version
To upgrade, simply reinstall skaffold (by redownloading the appropriate skaffold binary and replacing your existing /usr/local/bin/skaffold).
For instance, on my Mac, I did:
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-darwin-amd64 && \
sudo install skaffold /usr/local/bin/
Beta Was this translation helpful? Give feedback.
All reactions
-
🚀 3
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment