Skip to content

Commit

Permalink
Hide cmdlet for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Nov 10, 2018
1 parent 0f1fd0d commit 426b813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/UniversalDashboard/Cmdlets/NewTerminalCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
1 change: 0 additions & 1 deletion src/UniversalDashboard/New-UDModuleManifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ $manifestParameters = @{
"New-UDImageCarousel"
"New-UDImageCarouselItem"
"New-UDEndpointInitialization"
"New-UDTerminal"
)
}

Expand Down

0 comments on commit 426b813

Please sign in to comment.