Skip to main content
Version: v15.x - Umbraco 15

Available Commands

In this version we have plugged in the useful things you might need from the CommandLine.

Rebuild indexes, models or caches, or run uSync imports or exports.

uSync CommandLine: 15.0.0-beta1

Description:

Usage:
`uSync [command] [options]`

Options:
`--version Show version information`
`-?, -h, --help Show help and usage information`

What are the Commands?

CommandDescription
testTest command
user-currentFetch the user executing the commands
user-listList all users
cache-rebuildRebuild the cache on the server
cache-reloadReload the cache on the server
models-rebuildRebuild the models on the server
models-statusGet the status of the models on the server
indexer-rebuildRebuild the index on the server
indexer-listList the indexes on the server
healthcheck-listList the health checks on the server
healthcheck-group-listList the health check groups on the server
healthcheck-group-checkRun a health check on the server
usync-settingsList all settings
usync-importImport all items
usync-exportExport all items
usync-pingPing the Umbraco server until it responds

e.g running an import:

uSyncCli usync-import -s https://myserver.com/ --force