From 5b426d9cf774b49dacea96eb37b0ea6bef6205d3 Mon Sep 17 00:00:00 2001 From: SALES Date: Wed, 21 Jun 2023 08:25:44 +1100 Subject: [PATCH] eol: add page (#10380) * eol: add page --------- Co-authored-by: pixel Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/eol.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/eol.md diff --git a/pages/common/eol.md b/pages/common/eol.md new file mode 100644 index 0000000000..cc8840cfc7 --- /dev/null +++ b/pages/common/eol.md @@ -0,0 +1,28 @@ +# eol + +> Show end-of-life dates (EoLs) for a number of products. +> More information: . + +- 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`