For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
agctl catalog import
Reference for the agctl catalog import command.
Import a model catalog
Synopsis
Import a model catalog.
Examples: agctl catalog import > catalog.json agctl catalog import –overlay ./catalog/model-catalog-overrides.yaml –out ./catalog/model-catalog.json –pretty agctl catalog import –source models.dev –providers anthropic,google,openai
agctl catalog import [flags]Options
--exclude-providers strings source provider ids to omit
-h, --help help for import
--legacy include deprecated models
-o, --out string output catalog path (default: stdout)
--overlay string YAML catalog to merge over imported data
--pretty pretty-print the output JSON
--providers strings source provider ids to import (default: every provider the proxy supports)
--source string import source (github, models.dev) (default "github")Options inherited from parent commands
-k, --kubeconfig string kubeconfigSEE ALSO
- agctl catalog - Manage model catalogs