Download this extension from the VS Gallery or get the CI build.
Allows you to use Unicorn from Visual Studio. With this extension you can synchronize your Sitecore items without leaving Visual Studio.
See the changelog for changes and roadmap.
For control panel to work, you have to provide connection information about Sitecore instance you want to use control panel with. Unicorn Control Panel requires that Unicorn version 2.0.4 or 3 (rc2 or later) to be installed on the instance. (https://www.nuget.org/packages/Unicorn)
To create new connection follow the steps:
- Click on the "Create New Connection" button to add connection
- Specify connection info: Name, Server Url and Security token/SharedSecret if needed.
- Click "Save"
Click on install and specify a path to Sitecore webroot folder. Unicorn.Remote.dll and Unicorn.Remote.config will be copied to your Sitecore instance. If you don't have an access to Webroot folder you can download a package and install it.
In Unicorn 3+ remote API is disabled by default, to enable it, remove "disabled" extension from App_Config/Include/Unicorn/Unicorn.Remote.config.disabled
file.
In this version remote API endpoint (/unicornRemote.aspx) was removed, VS control panel can now access Unicorn directly by it standard endpoint (/unicorn.aspx). Please make sure to change it in your settings. (Settings -> EndPoint URL).
Settings has following options:
- EndPoint - used to specify the custom endpoint of Unicorn server. Default value is "/unicornRemote.aspx". (/unicorn.aspx for Unicorn 3.1) NOTE: This value should correspond to the value set in Unicorn.Remote.config
- "Enable multiple configurations selection" - if selected allows you to select multiple configurations for sync.
- "Check for configuration health" option allows you to turn on/off a check for configuration state. You want to turn it off if your version of Unicorn does not support it. (supported from 3.1+). This option is enabled by default.