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
parser.add_option("", "--build_all", help="For use in CD only. Builds and bundles all chef examples for the specified platform. Uses --use_zzz. Chef exits after completion.",
323
323
dest="build_all", action="store_true")
324
+
parser.add_option("", "--dry_run", help="Display list of target builds of the --build_all command without building them.",
325
+
dest="dry_run", action="store_true")
324
326
parser.add_option("-k", "--keep_going", help="For use in CD only. Continues building all sample apps in the event of an error.",
0 commit comments