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
Crawls the urls listed in package source zkg.index files and aggregates the metadata found in their zkg.meta (or legacy bro\-pkg.meta) files. The aggregated metadata is stored in the local clone of the package source that zkg uses internally for locating package metadata. For each package, the metadata is taken from the highest available git version tag or the default branch, like "main" or "master", if no version tags exist
329
+
Crawls the urls listed in package source zkg.index files and aggregates the metadata found in their zkg.meta files. The aggregated metadata is stored in the local clone of the package source that zkg uses internally for locating package metadata. For each package, the metadata is taken from the highest available git version tag or the default branch, like "main" or "master", if no version tags exist
330
330
.TP
331
331
.B\-\-fail\-on\-aggregate\-problems=False
332
332
When using \-\-aggregate, exit with error when any packages trigger metadata problems. Normally such problems only cause a warning.
@@ -499,7 +499,7 @@ Outputs a list of packages that match a given category.
499
499
.sp
500
500
.nf
501
501
.ftC
502
-
usage: zkg list [\-h] [\-\-nodesc] [{all,installed,not_installed,loaded,unloaded,outdated}]
502
+
usage: zkg list [\-h] [\-\-nodesc] [\-\-include\-builtin] [{all,installed,not_installed,loaded,unloaded,outdated}]
503
503
.ftP
504
504
.fi
505
505
.UNINDENT
@@ -520,6 +520,9 @@ Possible choices: all, installed, not_installed, loaded, unloaded, outdated
520
520
.TP
521
521
.B\-\-nodesc=False
522
522
Do not display description text, just the package name(s).
523
+
.TP
524
+
.B\-\-include\-builtin=False
525
+
Also output packages that Zeek has built\-in. By default these are not shown.
523
526
.UNINDENT
524
527
.UNINDENT
525
528
.SS search
@@ -554,7 +557,8 @@ Shows detailed information/metadata for given packages. If the package is curren
0 commit comments