đ 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:
debuginfo(default)warnerror
Example:
geol list products --log-level debug
đ Available Subcommandsâ
| Subcommand | Description |
|---|---|
products | List all cached product names |
categories | List all cached category names |
tags | List 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
categorycommand - Find values for the
tagcommand - Explore the content of the local cache
đ Related Commandsâ
cachecategorytagproduct