opal-security 5.0.1 → 5.1.0

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.
@@ -72,13 +72,6 @@
72
72
  "hasDynamicHelp": false,
73
73
  "multiple": false,
74
74
  "type": "option"
75
- },
76
- "device-code": {
77
- "char": "d",
78
- "description": "Enables the Device Code flow instead of the Authorization Code flow when logging in.\n Use the Device Code flow if your environment can't open a browser or listen on a local port.",
79
- "name": "device-code",
80
- "allowNo": false,
81
- "type": "boolean"
82
75
  }
83
76
  },
84
77
  "hasDynamicHelp": false,
@@ -383,14 +376,12 @@
383
376
  "identity.js"
384
377
  ]
385
378
  },
386
- "iam-roles:start": {
379
+ "groups:get": {
387
380
  "aliases": [],
388
381
  "args": {},
389
- "description": "Starts a session to assume an IAM role.",
382
+ "description": "Get group info for a particular group.",
390
383
  "examples": [
391
- "opal iam-roles:start",
392
- "opal iam-roles:start --id 51f7176b-0464-4a6f-8369-e951e187b398",
393
- "opal iam-roles:start --id 51f7176b-0464-4a6f-8369-e951e187b398 --profileName \"custom-profile\""
384
+ "opal groups:get --id 54052a3e-5375-4392-aeaf-0c6c44c131d4"
394
385
  ],
395
386
  "flags": {
396
387
  "help": {
@@ -407,18 +398,11 @@
407
398
  "hasDynamicHelp": false,
408
399
  "multiple": false,
409
400
  "type": "option"
410
- },
411
- "profileName": {
412
- "description": "Uses a custom AWS profile name for the IAM role. Default value is the role's name.",
413
- "name": "profileName",
414
- "hasDynamicHelp": false,
415
- "multiple": false,
416
- "type": "option"
417
401
  }
418
402
  },
419
403
  "hasDynamicHelp": false,
420
404
  "hiddenAliases": [],
421
- "id": "iam-roles:start",
405
+ "id": "groups:get",
422
406
  "pluginAlias": "opal-security",
423
407
  "pluginName": "opal-security",
424
408
  "pluginType": "core",
@@ -428,16 +412,18 @@
428
412
  "relativePath": [
429
413
  "build",
430
414
  "commands",
431
- "iam-roles",
432
- "start.js"
415
+ "groups",
416
+ "get.js"
433
417
  ]
434
418
  },
435
- "groups:get": {
419
+ "iam-roles:start": {
436
420
  "aliases": [],
437
421
  "args": {},
438
- "description": "Get group info for a particular group.",
422
+ "description": "Starts a session to assume an IAM role.",
439
423
  "examples": [
440
- "opal groups:get --id 54052a3e-5375-4392-aeaf-0c6c44c131d4"
424
+ "opal iam-roles:start",
425
+ "opal iam-roles:start --id 51f7176b-0464-4a6f-8369-e951e187b398",
426
+ "opal iam-roles:start --id 51f7176b-0464-4a6f-8369-e951e187b398 --profileName \"custom-profile\""
441
427
  ],
442
428
  "flags": {
443
429
  "help": {
@@ -454,11 +440,18 @@
454
440
  "hasDynamicHelp": false,
455
441
  "multiple": false,
456
442
  "type": "option"
443
+ },
444
+ "profileName": {
445
+ "description": "Uses a custom AWS profile name for the IAM role. Default value is the role's name.",
446
+ "name": "profileName",
447
+ "hasDynamicHelp": false,
448
+ "multiple": false,
449
+ "type": "option"
457
450
  }
458
451
  },
459
452
  "hasDynamicHelp": false,
460
453
  "hiddenAliases": [],
461
- "id": "groups:get",
454
+ "id": "iam-roles:start",
462
455
  "pluginAlias": "opal-security",
463
456
  "pluginName": "opal-security",
464
457
  "pluginType": "core",
@@ -468,8 +461,8 @@
468
461
  "relativePath": [
469
462
  "build",
470
463
  "commands",
471
- "groups",
472
- "get.js"
464
+ "iam-roles",
465
+ "start.js"
473
466
  ]
474
467
  },
475
468
  "kube-roles:start": {
@@ -978,5 +971,5 @@
978
971
  ]
979
972
  }
980
973
  },
981
- "version": "5.0.1"
974
+ "version": "5.1.0"
982
975
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opal-security",
3
3
  "description": "Opal allows you to centrally manage access to all of your sensitive systems.",
4
- "version": "5.0.1",
4
+ "version": "5.1.0",
5
5
  "type": "module",
6
6
  "author": "Opal Security",
7
7
  "bin": {
@@ -22,7 +22,7 @@
22
22
  "inquirer": "^9.3.8",
23
23
  "inquirer-autocomplete-prompt": "^3.0.1",
24
24
  "keychain": "^1.5.0",
25
- "lodash": "^4.17.21",
25
+ "lodash": "^4.17.23",
26
26
  "moment": "^2.30.1",
27
27
  "node-fetch": "^2.6.7",
28
28
  "open": "^8.0.4",