skills/cli/recipe-search-and-publish-documents/SKILL.md
Search for documents matching a query and publish them.
npx skillsauth add albanist/umbraco_cli recipe-search-and-publish-documentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Load the following skills: umbraco-document
Search for documents matching a query and publish them.
umbraco document search --query "draft" --output jsonumbraco document publish <id> --json '{"publishSchedules":[{"culture":null}]}' --dry-run --output jsonumbraco document publish <id> --json '{"publishSchedules":[{"culture":null}]}' --output jsontools
Umbraco Automate operations (event-driven workflow automation)
development
Webhook management (the Management API's outbound event notifications)
development
Backoffice user management (accounts, state, groups, API credentials)
tools
Backoffice user group management (permission sets)