protected override void DoHydrateCommand()

in src/Dimmy.Sitecore.Plugin/Versions/10.1.0/SitecoreInitialise.cs [26:36]


        protected override void DoHydrateCommand(Command command, SitecoreInitialiseArgument arg)
        {
            command.AddOption(new Option<string>("--cd-host-name",
                $"the host name fo the CD server. Defaults to {arg.CdHostName}"));
            command.AddOption(new Option<string>("--cm-host-name",
                $"the host name fo the CM server. Defaults to {arg.CmHostName}"));
            command.AddOption(new Option<string>("--id-host-name",
                $"the host name fo the CD server. Defaults to {arg.IdHostName}"));
            command.AddOption(new Option<string>("--traefik-image",
                $"the docker isolation for traefik. Defaults to {arg.TraefikIImage}"));
        }