Skip to content

SzymonPobiega/PowerShellHtmlConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShellHtmlConsole

As name suggests, this is PowerShell host with HTML (JS/AJAX) user interface. It's primary purpose is to enable running PowerShell scripts as part of interaction with a website, for example, running deployment scripts straight from release tracking website.

PSHC was built to extend deployment features of my ReleaseCandidateTracker application but is not dependant on RCT in any way.

PowerShellHtmlConsole used following components:

Execution modes

PowerShellHtmlConsole has two execution modes.

Interactive console

In this mode user just enters commands and watches results. To run PSHC in this mode, type

PowerShellHtmlConsole.exe --listen=<some_url>

Script supervision

In this mode user sees results of executing particular script. User is allowed to type only when the script requests user input (e.g. by executing Read-Host cmdlet).

To run PSHC in this mode, type

PowerShellHtmlConsole.exe --listen=<some_url> --script=<some_script.ps1>

About

A PowerShell host with HTML/JS user interface using jQuery Terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published