đĻ product
Display lifecycle information for one or more products.
đĨī¸ Usageâ
geol product [command] [options]
đ Descriptionâ
The product command provides access to lifecycle information for software and hardware products available in the endoflife.date dataset.
Use this command to retrieve: Â
- Product details
- Release information
- Lifecycle metadata
- End-of-life dates
Depending on your needs, you can display either a summary or detailed release information.
âī¸ Global Optionsâ
The following option is available for this command:
-l, --log-level
Supported values:
debuginfo(default)warnerror
Example:
geol product describe ubuntu --log-level debug
đ Available Subcommandsâ
| Subcommand | Description |
|---|---|
describe | Display a product summary |
extended | Display detailed release information |
đĄ Examplesâ
Display lifecycle information for one or more products:
geol product linux ubuntu
Display detailed release information:
geol product extended golang k8s
Display a product summary:
geol product describe nodejs
đ Subcommand Documentationâ
The following pages provide detailed documentation for each subcommand: Â
- đ describe - Display a product summary
- đ extended - Display detailed release information
â Common Use Casesâ
Use this command to:
- View lifecycle information for a product
- Check the latest supported versions
- Identify end-of-life dates
- Review release history
- Prepare upgrade and migration plans