skills/cli/recipe-find-and-update-document/SKILL.md
Walk the content tree to find a document, update a property, and publish.
npx skillsauth add albanist/umbraco_cli recipe-find-and-update-documentInstall 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-tree, umbraco-document
Walk the content tree to find a document, update a property, and publish.
umbraco tree walk "Home/Partners/Partner List" --output jsonumbraco document get <id-from-step-1> --fields "id,name,values" --output jsonumbraco document update <id> --property skills --value "C#;Go" --dry-run --output jsonumbraco document update <id> --property skills --value "C#;Go" --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)