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
slog.Info(fmt.Sprintf("Read more about the Score specification at https://docs.score.dev/docs/"))
287
+
slog.Info("Read more about the Score specification at https://docs.score.dev/docs/")
274
288
275
289
returnnil
276
290
},
@@ -282,6 +296,7 @@ func init() {
282
296
initCmd.Flags().Bool(initCmdFileNoSampleFlag, false, "Disable generation of the sample score file")
283
297
initCmd.Flags().StringArray(initCmdProvisionerFlag, nil, "Provisioner files to install. May be specified multiple times. Supports URI retrieval.")
284
298
initCmd.Flags().StringArray(initCmdPatchTemplateFlag, nil, "Patching template files to include. May be specified multiple times. Supports URI retrieval.")
299
+
initCmd.Flags().Bool(initCmdNoDefaultProvisionersFlag, false, "Disable generation of the default provisioners file")
0 commit comments