Skip to content

Commit

Permalink
eol: add page (tldr-pages#10380)
Browse files Browse the repository at this point in the history
* eol: add page

---------

Co-authored-by: pixel <[email protected]>
Co-authored-by: K.B.Dharun Krishna <[email protected]>
Co-authored-by: Lena <[email protected]>
  • Loading branch information
4 people authored Jun 20, 2023
1 parent 493704e commit 5b426d9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pages/common/eol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# eol

> Show end-of-life dates (EoLs) for a number of products.
> More information: <https://github.com/hugovk/norwegianblue>.
- List all available products:

`eol`

- Get EoLs of one or more products:

`eol {{product1 product2 ...}}`

- Open the product webpage:

`eol {{product}} --web`

- Get EoLs of a one or more products in a specific format:

`eol {{product1 product2 ...}} --format {{html|json|md|markdown|pretty|rst|csv|tsv|yaml}}`

- Get EoLs of one or more products as a single markdown file:

`eol {{product1 product2 ...}} --format {{markdown}} > {{eol_report.md}}`

- Display help:

`eol --help`

0 comments on commit 5b426d9

Please sign in to comment.