1. Sitecore.CH.Cli.Plugin.Scripting.Commands

Class DisableCommand

Disables a script in the selected Content Hub instance.

Inheritance

object

System.CommandLine.Symbol

System.CommandLine.IdentifierSymbol

Command

Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand

Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommandSitecore.CH.Cli.Plugin.Scripting.CommandHandlers.DisableCommandHandler

DisableCommand

Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.ScriptingCommands

Assembly: Sitecore.CH.Cli.Plugin.Scripting.dll

Syntax

public class DisableCommand : BaseCommand<DisableCommandHandler>

Remarks

Required parameters

  • --name -n Specified the name of the script to pull from the Content Hub instance.

Optional parameters

  • --endpoint -e Specifies an alternative endpoint name for the execution of this command.

Global parameters

  • -? --help -h Show this help message and exit.
  • -v --verbosity Enables verbose logging.

Examples

Disables a script from the selected endpoint:

ch-cli scripting disable -n "<*>"
If you have suggestions for improving this article, let us know!