Class EnableCommand
Enables a script in the selected Content Hub instance.
Inheritance
object
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand<THandler>Sitecore.CH.Cli.Plugin.Scripting.CommandHandlers.EnableCommandHandler
EnableCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.ScriptingCommands
Assembly: Sitecore.CH.Cli.Plugin.Scripting.dll
Syntax
RequestResponse
public class EnableCommand : BaseCommand<EnableCommandHandler>
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
Enables a script from the selected endpoint:
RequestResponse
ch-cli scripting enable -n "<*>"