wp-blank-scripts 2.6.3 → 2.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -72,6 +72,9 @@ yargs
72
72
  })
73
73
  .option('serverPassword', {
74
74
  describe: 'The password for the configured user on the server, if sql is true.',
75
+ })
76
+ .option('serverPrivateKey', {
77
+ describe: 'The path to private key efaults to ~/.ssh/id_rsa',
75
78
  }),
76
79
  deploy
77
80
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wp-blank-scripts",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "Personal Wordpress Scripts",
5
5
  "main": "index.js",
6
6
  "bin": {