Content commands¶
Content commands inspect and manage nodes in the Umbraco content tree.
| Command | Scope | Changes data |
|---|---|---|
show content |
Item, children, or descendants | No |
create content |
One destination | Yes |
publish content |
Item, children, or descendants | Yes |
unpublish content |
Item, children, or descendants | Yes |
rename content |
One item | Yes |
move content |
One item | Yes |
copy content |
One item | Yes |
trash content |
One item | Yes |
restore content |
One item | Yes |
Use property commands to inspect or change content property values.
Tip
Run show content with the intended reference or selection before a command that changes data.