fzl - List and Validate Models/Calculators
The fzl function (or fz list command) lists and validates installed models and calculators.
Command Signature
Or using the main fz command:
Options
--models PATTERN- Glob pattern to filter models (default: "*")--calculators PATTERN- Glob pattern to filter calculators (default: "*")--check- Validate model/calculator integrity--format FORMAT- Output format:markdown(default),json, ortable
Returns
Lists installed models and calculators with:
- Model names and supported calculators
- Calculator URIs and supported models
- Validation status (when --check is used)
Examples
List All Models and Calculators
List Specific Models
Validate Models and Calculators
JSON Output
Table Format
Use Cases
- Discovery: Find available models and calculators
- Validation: Check that models and calculators are properly configured
- Integration: Verify calculator-model compatibility
- Debugging: Identify configuration issues
Example Output
# Models
## perfectgas
- Supported calculators: localhost_perfectgas, ssh://remote/perfectgas
## mcnp
- Supported calculators: localhost_MCNP, ssh://remote/MCNP
# Calculators
## localhost_perfectgas
- URI: sh://bash calculate.sh
- Supported models: perfectgas
## localhost_MCNP
- URI: sh://bash mcnp.sh
- Supported models: mcnp