Skip to content

Commit 71088a0

Browse files
committed
Update README.md
1 parent 5967e26 commit 71088a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Module that provides a registry and gateway for execution of pre-defined powersh
77
* [Usage](#usage)
88
* [Related tools](#related)
99

10-
![Alt text](/diagram1.png "Diagram1")
11-
1210
###<a name="overview"></a> Overview
1311

1412
This module builds on top of [stateful-process-command-proxy](https://github.com/bitsofinfo/stateful-process-command-proxy) to provide a higher level API for a registry of pre-defined commands, specifically for various powershell operations agains Office365; or any powershell command really, you just need to configure them. The module provides a simplified interface to pass arguments to various "named" commands, sanitize the arguments and return the results. This module supports concepts that would permit the construction of a higher level interface to this system, such as via a REST API or user interface... see [powershell-command-executor-ui](https://github.com/bitsofinfo/powershell-command-executor-ui) for a working example of this concept in an useable implementation.
1513

14+
![Alt text](/diagram1.png "Diagram1")
15+
1616
###<a name="usage"></a> Concepts
1717

1818
#### psCommandExecutor.js

0 commit comments

Comments
 (0)