You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@ fiber migrate --to 3.0.0
164
164
-f, --force Force migration even if already on the version
165
165
-s, --skip_go_mod Skip running go mod tidy, download and vendor
166
166
--hash string Commit hash for Fiber version
167
+
--third-party strings Refresh third-party modules (contrib,storage,template). Provide a comma-separated list and optionally append @<commit> to pin a commit
cmd.Flags().StringVar(&targetHash, "hash", "", "Commit hash for Fiber version")
41
+
cmd.Flags().StringSliceVar(&thirdParty, "third-party", nil, "Refresh third-party modules (contrib,storage,template). Use a comma-separated list like --third-party=contrib,storage and append @<commit> to pin a commit")
0 commit comments