``` sqleton wp ls-posts --type blog --status draft --limit 5 --select ID ```
To get only the IDs, to reuse them in another context (for example a shell script loop):
β― sqleton wp ls-posts --type blog --status draft --limit 5 --select ID 635239 76792 471151 262931 79536
Agent documentation | LLMs.txt | Sitemap