forked from tsmith/node-control
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
16 lines (13 loc) · 665 Bytes
/
CHANGELOG
File metadata and controls
16 lines (13 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0.1.7
- Add host.logMask to allow masking things like passwords from command logging
0.1.6
- Document sshOptions and reimplement to allow setting in config or host object
- Remove undocumented host() method for setting up a single host from config
- Add engines specfication to package.json for node >=0.1.99
0.1.5
- Remove errant console.log statement in ssh command
- Log commands before launching subprocess instead of after
0.1.4
- Add sshOptions to host config to allow passing options to ssh on ssh()
- Add -r flag to scp() invocations to make useful for both files and directories
- Tighten permissions on log file so readable only to local control user