You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The uSync commandline will use the supplied username and password to login to the umbraco website.
HMAC
HMAC authentication uses a shared key to sign all communications between the command line and the site,
this will be used to authorize the command on the Umbraco site.
uSync [command] [options] -key <HMAC-KEY-VALUE>
The HMAC key needs to exist in the appsettings.json of the target site, and can be generated with the
usync key-gen command