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:

OptionDescription
-n, --environment-nameRequired.Named Sitecore environment to use.
--cmRequired.Sitecore content management hostname to connect to.
-r, --refRequired.Reference to base environment.
-c, --configPath to root sitecore.config directory (default: cwd).
--allow-writeEnables writing data to the environment.
-t, --traceWrite more additional diagnostic and performance data.
-?, -h, --helpShow 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 default

If the operation is successful, the command prints out:

Environment 'newEnv' has been connected to 'default' environment
If you have suggestions for improving this article, let us know!