-
Notifications
You must be signed in to change notification settings - Fork 5
Core Remote Commands
Kevin Jump edited this page Oct 20, 2022
·
2 revisions
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 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 an Examine index.
uSync run rebuild-Index -p index=ExternalIndex -s https://my-server.com/umbraco -user [email protected] -pass somepassword
Refreshes the memory cache
uSync run Reload-MemCache -s https://my-server.com/umbraco -user [email protected] -pass somepassword