Skip to main content

📋 list

Display cached products, categories, and tags.

đŸ–Ĩī¸ Usage​

geol list [command] [options]

📄 Description​

The list command displays the data currently available in the local geol cache.

This command can be used to discover:

  • Available products
  • Available categories
  • Available tags

The displayed data comes from the local cache and is maintained by geol.

tip

If the data appears outdated, refresh the cache using:

geol cache refresh

âš™ī¸ Global Options​

The following option is available for this command:

-l, --log-level

Supported values:

  • debug
  • info (default)
  • warn
  • error

Example:

geol list products --log-level debug

📋 Available Subcommands​

SubcommandDescription
productsList all cached product names
categoriesList all cached category names
tagsList all cached tag names

đŸ“Ļ List Products​

Display all products currently available in the cache.

Usage​

geol list products

Example​

geol list products

Example output:

ubuntu
debian
nginx
nodejs
postgresql

📂 List Categories​

Display all available categories.

Usage​

geol list categories

Example​

geol list categories

Example output:

os
database
runtime
cloud
language

đŸˇī¸ List Tags​

Display all available tags.

Usage​

geol list tags

Example​

geol list tags

Example output:

linux
java
cloud
database
container

💡 Common Use Cases​

Use this command to:

  • Discover available products
  • Explore categories
  • Explore tags
  • Find values for the category command
  • Find values for the tag command
  • Explore the content of the local cache
  • cache
  • category
  • tag
  • product