Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-25 00:29:31 +00:00
parent b18fed14e8
commit 9cde8e71ca
20 changed files with 478 additions and 34 deletions

25
tldr/zeroclaw-models Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# zeroclaw models
> Manage provider model catalogs for ZeroClaw.
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
- Refresh and cache models for the default provider:
`zeroclaw models refresh`
- Refresh models for a specific provider:
`zeroclaw models refresh --provider {{openrouter}}`
- Force live refresh ignoring cached models:
`zeroclaw models refresh --force`
- Display help:
`zeroclaw models {{[-h|--help]}}`