You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ It is important to note, that despite the use-case described below for this proj
13
13
*[Security](#security)
14
14
*[Related Tools](#related)
15
15
16
-
###<aid="Origin"></a> Origin
16
+
###<aid="Origin"></a> Origin
17
17
18
18
This project originated out of the need to execute various Powershell commands (at fairly high volume and frequency) against services within Office365/Azure bridged via a custom node.js implemented REST API; this was due to the lack of certain features in the REST GraphAPI for Azure/o365, that are available only in Powershell.
19
19
@@ -27,7 +27,7 @@ The diagram below should conceptually give you an idea of what this module does.
27
27
28
28

29
29
30
-
###<aid="install"></a> Install & Tests
30
+
###<aid="install"></a> Install & Tests
31
31
32
32
```
33
33
npm install stateful-process-command-proxy
@@ -38,7 +38,7 @@ npm install mocha
38
38
mocha test/all.js
39
39
```
40
40
41
-
###<aid="history"></a> History
41
+
###<aid="history"></a> History
42
42
43
43
```
44
44
v1.0-beta.5 - 2014-01-28
@@ -64,7 +64,7 @@ v1.0-beta.1 - 2014-01-17
64
64
- Initial version
65
65
```
66
66
67
-
###<aid="usage"></a> Usage
67
+
###<aid="usage"></a> Usage
68
68
69
69
To use StatefulProcessCommandProxy the constructor takes one parameter which is a configuration object who's properties are described below. Please refer to the example (following) and the unit-test for more details.
70
70
@@ -167,7 +167,7 @@ To use StatefulProcessCommandProxy the constructor takes one parameter which is
167
167
168
168
Its highly recommended you check out the unit-tests for some examples in addition to the below:
169
169
170
-
###<aid="example"></a> Example
170
+
###<aid="example"></a> Example
171
171
172
172
Note this example is for a machine w/ bash in the typical location. Windows (or other) can adjust the below as necessary to run).
173
173
@@ -261,7 +261,7 @@ setTimeout(function() {
261
261
262
262
```
263
263
264
-
###<aid="security"></a> Security
264
+
###<aid="security"></a> Security
265
265
266
266
Obviously this module can expose you to some insecure situations depending on how you use it... you are providing a gateway to an external process via Node on your host os! (likely a shell in most use-cases). Here are some tips; ultimately its your responsibility to secure your system.
0 commit comments