diff --git a/src/UniversalDashboard/Cmdlets/NewTerminalCommand.cs b/src/UniversalDashboard/Cmdlets/NewTerminalCommand.cs index 17d52113..845ea17a 100644 --- a/src/UniversalDashboard/Cmdlets/NewTerminalCommand.cs +++ b/src/UniversalDashboard/Cmdlets/NewTerminalCommand.cs @@ -5,7 +5,9 @@ namespace UniversalDashboard.Cmdlets { - [Cmdlet(VerbsCommon.New, "UDTerminal")] + //TODO: Eventually we should let users expose this but it's a pretty big security risk. + //TODO: will need to implement some controls to lock this down. + //[Cmdlet(VerbsCommon.New, "UDTerminal")] public class NewTerminalCommand : PSCmdlet { private readonly Logger Log = LogManager.GetLogger(nameof(NewTerminalCommand)); diff --git a/src/UniversalDashboard/New-UDModuleManifest.ps1 b/src/UniversalDashboard/New-UDModuleManifest.ps1 index 22e46fec..3dbe0ff7 100644 --- a/src/UniversalDashboard/New-UDModuleManifest.ps1 +++ b/src/UniversalDashboard/New-UDModuleManifest.ps1 @@ -131,7 +131,6 @@ $manifestParameters = @{ "New-UDImageCarousel" "New-UDImageCarouselItem" "New-UDEndpointInitialization" - "New-UDTerminal" ) }