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
| Option | Description |
|---|---|
-a, --all | Show 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 --allOutput
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:
| Column | Description |
|---|---|
| Name | Provider name |
| Models | Supported models (up to 2 shown; count displayed beyond that) |
| Description | Provider description |
| Tags | Tag information |
