2025-03-14 21:59:59 -06:00
|
|
|
# eol
|
|
|
|
|
|
|
|
|
|
> Show end-of-life dates (EoLs) for a number of products.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/hugovk/norwegianblue#example-command-line-use>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List all available products:
|
|
|
|
|
|
|
|
|
|
`eol`
|
|
|
|
|
|
|
|
|
|
- Get EoLs of one or more products:
|
|
|
|
|
|
|
|
|
|
`eol {{product1 product2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Open the product webpage:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`eol {{product}} {{[-w|--web]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Get EoLs of a one or more products in a specific format:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`eol {{product1 product2 ...}} --{{html|json|md|markdown|pretty|rst|csv|tsv|yaml}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Get EoLs of one or more products as a single markdown file:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`eol {{product1 product2 ...}} --{{markdown}} > {{eol_report.md}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`eol {{[-h|--help]}}`
|