The CLI connect command
The CLI connect command helps connect your environment to another existing environment. After the connection, your environment uses login information from the reference/base environment and can override the host and alloWrite properties.
Usage
The structure for the Sitecore CLI environment command is:
dotnet sitecore connect [options]Options
You can use the following options with the connect command:
|
Option |
Description |
|---|---|
|
|
Required. Named Sitecore environment to use. |
|
|
Required. Sitecore content management hostname to connect to. |
|
|
Required. Reference to base environment. |
|
|
Path to root sitecore.config directory (default: cwd). |
|
|
Enables writing data to the environment. |
|
|
Write more additional diagnostic and performance data. |
|
|
Show help and usage information. |
Examples
To use the connect command, you must provide the values for the options --environment-name, --cm, and --ref. For example:
dotnet sitecore connect --cm https://hostname --environment-name newEnv --ref defaultIf the operation is successful, the command prints out:
Environment 'newEnv' has been connected to 'default' environment