package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jan 30, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Checker checks for outdated cookbooks
New creates a new outdated checker
Check checks for outdated cookbooks
If cookbookNames is empty, all cookbooks from the lock file are checked
type Cookbook struct {
Name string `json:"name"`
CurrentVersion string `json:"current_version"`
LatestVersion string `json:"latest_version"`
Source string `json:"source"`
}
Cookbook represents an outdated cookbook
Source Files
¶
Click to show internal directories.
Click to hide internal directories.