Skip to content

tmf list — Browse Providers

Syntax

bash
tmf list [options]

Description

Fetch and display the provider catalog from the TokenMF API. By default, only recommended providers are shown; use --all to see the full list.

Options

OptionDescription
-a, --allShow all providers (not just recommended ones)

Examples

bash
# Browse the list of recommended providers
tmf list

# View the full provider catalog (includes all providers)
tmf list --all

Output

By default, up to 20 providers are shown. If more are available, a hint is displayed suggesting that you use --all to see the complete list.

The list is displayed as a table with the following columns:

ColumnDescription
NameProvider name
ModelsSupported models (up to 2 shown; count displayed beyond that)
DescriptionProvider description
TagsTag information

MIT License