Sitecore Command Line Interface reference
Command reference for Sitecore Command Line Interface (CLI).
As the name suggests, Sitecore Command Line Interface (CLI) is a command-line tool named sitecore
, and you add subcommands and options to accomplish different tasks.
To discover additional options for each of the commands listed in the following table, you add the --help
option at the end. For example, dotnet sitecore login --help
or dotnet sitecore ser package create --help
.
Subcommand | Description |
---|---|
| Initializes a project configuration in the current folder. NoteFor more information, see Install Sitecore Command Line Interface. |
| Logs in to a Sitecore instance. NoteFor more information, see Log in to a Sitecore instance with Sitecore Command Line Interface. |
| Publishes all content from the Master database to the Web database. Install the publishing plugin to access this command. NoteFor more information, see The CLI publish command. |
| Handles the serialization of items. Install the serialization plugin to access this command. NoteFor more information, see The CLI serialization command. |