table of contents
| WOLFICTL-ADVISORY-COPY(1) | WOLFICTL-ADVISORY-COPY(1) |
NAME¶
wolfictl-advisory-copy - Copy a package's advisories into a new package.
SYNOPSIS¶
wolfictl advisory copy <source-package-name> <destination-package-name> [flags]
DESCRIPTION¶
Copy a package's advisories into a new package.
This command will copy most advisories for the given package into a new package.
The command will copy the latest event for each advisory, and will update the timestamp of the event to now. The command will not copy events of type "detection", "fixed", "analysis_not_planned", or "fix_not_planned".
OPTIONS¶
-d, --dir="."
directory containing the advisories to copy
-h, --help[=false]
help for copy
OPTIONS INHERITED FROM PARENT COMMANDS¶
--log-level="WARN"
log level (e.g. debug, info, warn, error)
SEE ALSO¶
| Auto generated by spf13/cobra |