Skip to content

Core Remote Commands

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

Info Command

Returns information about the Umbraco installation

Usage

uSync run info -s https://my-server.com/umbraco -user user@jumoo.co.uk -pass somepassword 

Returns

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