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
cmd.Flags().Bool("pr", false, "Alias for --create-pull-request")
116
118
_=cmd.Flags().MarkHidden("pr") // Hide the short alias from help output
117
119
cmd.Flags().Bool("audit", false, "Check dependency health without performing upgrades")
120
+
cmd.Flags().Bool("pre-releases", false, "Include pre-release versions when checking for extension upgrades")
118
121
cmd.Flags().Bool("approve", false, "Approve all safe update changes. When strict mode is active (the default), the compiler emits warnings for new restricted secrets or unapproved action additions/removals not present in the existing gh-aw-manifest. Use this flag to approve and skip safe update enforcement")
119
122
cmd.Flags().Bool("skip-extension-upgrade", false, "Skip automatic extension upgrade (used internally to prevent recursion after upgrade)")
0 commit comments