@heroku/skynet 1.6.20 → 1.6.21

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.
@@ -31,7 +31,7 @@ module.exports = {
31
31
  help: `Examples:
32
32
  $ heroku skynet:deprovision -u foo@bar.com -n "helpful suspend message" -c "spam"`,
33
33
  flags: [
34
- { name: 'user', char: 'u', description: 'user to deprovision', hasValue: true, required: true },
34
+ { name: 'user', char: 'u', description: 'user to deprovision', hasValue: true },
35
35
  { name: 'category', char: 'c', description: 'suspension category', hasValue: true, required: true },
36
36
  { name: 'notes', char: 'n', description: 'suspend notes', hasValue: true, required: true },
37
37
  { name: 'bypass', description: 'bypass the whitelist', hasValue: false, required: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroku/skynet",
3
- "version": "1.6.20",
3
+ "version": "1.6.21",
4
4
  "description": "use Skynet from Heroku CLI",
5
5
  "main": "index.js",
6
6
  "author": "Bob Argenbright @byt3smith",