Skip to main content

📂 category

Display all products associated with a category.

đŸ–Ĩī¸ Usage​

geol category [category] [options]

📄 Description​

Use this command to display all products associated with a category.

The category must exist in the local cache. Results are displayed in a tree structure to make product discovery easier.

This command is useful for exploring products by technology domain, such as operating systems, cloud platforms, databases, runtimes, or programming languages.

âš™ī¸ Global Options​

The following option is available for this command:

-l, --log-level

Supported values:

  • debug
  • info (default)
  • warn
  • error

Example:

geol category os --log-level debug

💡 Examples​

Display products in the operating systems category:

geol category os

Display products in the cloud category:

geol category cloud

đŸŒŗ Example Output​

The command displays products in a tree structure.

os
├── ubuntu
├── debian
├── fedora
├── centos
└── windows
info

The actual output depends on the content of your local cache and may change over time as new products are added to endoflife.date.

✅ Common Use Cases​

Use this command to:

  • Discover products within a category
  • Explore available technologies
  • Identify products monitored by endoflife.date
  • Find products before using other commands such as product
  • list
  • product
  • tag