Skip to content

Core Remote Commands

Kevin Jump edited this page Oct 20, 2022 · 2 revisions

Info

Returns information about the Umbraco installation

Usage :

uSync run info -s https://my-server.com/umbraco -user [email protected] -pass somepassword 

Output :

{
  "version": "10.2.0",
  "level": "Run",
  "role": 1,
  "servers": "https://localhost:44315/",
  "environment": "Development",
  "applicatioName": "UmbracoTenTwo",
  "contentRootPath": "C:\\Source\\Testing\\Umbraco\\10\\UmbracoTenTwo"
}

Rebuild-DbCache

Rebuild the Umbraco DbCache

Usage:

uSync run rebuild-dbcache -s https://my-server.com/umbraco -user [email protected] -pass somepassword 

Output:

 Database cache is ok. ContentStore contains 30 items and has 0 generation and 0 snapshot. MediaStore contains 23 items and has 0 generation and 0 snapshot.

Rebuild-Index

Rebuild an Examine index.

uSync run rebuild-Index -p index=ExternalIndex -s https://my-server.com/umbraco -user [email protected] -pass somepassword 

Reload-MemCache

Refreshes the memory cache

uSync run Reload-MemCache -s https://my-server.com/umbraco -user [email protected] -pass somepassword 
Clone this wiki locally