opal-security 3.1.1-beta.12730e0 → 3.1.1-beta.153d5b3

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.
package/README.md CHANGED
@@ -22,7 +22,7 @@ $ npm install -g opal-security
22
22
  $ opal COMMAND
23
23
  running command...
24
24
  $ opal (--version)
25
- opal-security/3.1.1-beta.12730e0 linux-x64 node-v20.19.2
25
+ opal-security/3.1.1-beta.153d5b3 linux-x64 node-v20.19.2
26
26
  $ opal --help [COMMAND]
27
27
  USAGE
28
28
  $ opal COMMAND
@@ -105,7 +105,7 @@ EXAMPLES
105
105
  $ opal aws:identity
106
106
  ```
107
107
 
108
- _See code: [src/commands/aws/identity.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/aws/identity.ts)_
108
+ _See code: [src/commands/aws/identity.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/aws/identity.ts)_
109
109
 
110
110
  ## `opal clear-auth-provider`
111
111
 
@@ -125,7 +125,7 @@ EXAMPLES
125
125
  $ opal clear-auth-provider
126
126
  ```
127
127
 
128
- _See code: [src/commands/clear-auth-provider.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/clear-auth-provider.ts)_
128
+ _See code: [src/commands/clear-auth-provider.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/clear-auth-provider.ts)_
129
129
 
130
130
  ## `opal curl-example`
131
131
 
@@ -142,7 +142,7 @@ DESCRIPTION
142
142
  Prints out an example cURL command containing the parameters the CLI uses to query the Opal server.
143
143
  ```
144
144
 
145
- _See code: [src/commands/curl-example.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/curl-example.ts)_
145
+ _See code: [src/commands/curl-example.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/curl-example.ts)_
146
146
 
147
147
  ## `opal groups get`
148
148
 
@@ -163,7 +163,7 @@ EXAMPLES
163
163
  $ opal groups:get --id 54052a3e-5375-4392-aeaf-0c6c44c131d4
164
164
  ```
165
165
 
166
- _See code: [src/commands/groups/get.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/groups/get.ts)_
166
+ _See code: [src/commands/groups/get.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/groups/get.ts)_
167
167
 
168
168
  ## `opal help [COMMANDS]`
169
169
 
@@ -213,7 +213,7 @@ EXAMPLES
213
213
  $ opal iam-roles:start --id 51f7176b-0464-4a6f-8369-e951e187b398 --profileName "custom-profile"
214
214
  ```
215
215
 
216
- _See code: [src/commands/iam-roles/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/iam-roles/start.ts)_
216
+ _See code: [src/commands/iam-roles/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/iam-roles/start.ts)_
217
217
 
218
218
  ## `opal kube-roles start`
219
219
 
@@ -244,7 +244,7 @@ EXAMPLES
244
244
  $ opal kube-roles:start --id 51f7176b-0464-4a6f-8369-e951e187b398 --accessLevelRemoteId "arn:aws:iam::712234975475:role/acme-eks-cluster-admin-role"
245
245
  ```
246
246
 
247
- _See code: [src/commands/kube-roles/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/kube-roles/start.ts)_
247
+ _See code: [src/commands/kube-roles/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/kube-roles/start.ts)_
248
248
 
249
249
  ## `opal login`
250
250
 
@@ -265,7 +265,7 @@ EXAMPLES
265
265
  $ opal login
266
266
  ```
267
267
 
268
- _See code: [src/commands/login.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/login.ts)_
268
+ _See code: [src/commands/login.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/login.ts)_
269
269
 
270
270
  ## `opal logout`
271
271
 
@@ -285,7 +285,7 @@ EXAMPLES
285
285
  $ opal logout
286
286
  ```
287
287
 
288
- _See code: [src/commands/logout.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/logout.ts)_
288
+ _See code: [src/commands/logout.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/logout.ts)_
289
289
 
290
290
  ## `opal postgres-instances start`
291
291
 
@@ -322,7 +322,7 @@ EXAMPLES
322
322
  $ opal postgres-instances:start --id 51f7176b-0464-4a6f-8369-e951e187b398 --accessLevelRemoteId fullaccess --action view
323
323
  ```
324
324
 
325
- _See code: [src/commands/postgres-instances/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/postgres-instances/start.ts)_
325
+ _See code: [src/commands/postgres-instances/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/postgres-instances/start.ts)_
326
326
 
327
327
  ## `opal request create`
328
328
 
@@ -344,7 +344,7 @@ DESCRIPTION
344
344
  Creates an Opal access request via an interactive form
345
345
  ```
346
346
 
347
- _See code: [src/commands/request/create.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/request/create.ts)_
347
+ _See code: [src/commands/request/create.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/request/create.ts)_
348
348
 
349
349
  ## `opal request get`
350
350
 
@@ -368,7 +368,7 @@ EXAMPLES
368
368
  $ opal request get --id 54052a3e-5375-4392-aeaf-0c6c44c131d4 --verbose
369
369
  ```
370
370
 
371
- _See code: [src/commands/request/get.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/request/get.ts)_
371
+ _See code: [src/commands/request/get.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/request/get.ts)_
372
372
 
373
373
  ## `opal request list`
374
374
 
@@ -397,7 +397,7 @@ EXAMPLES
397
397
  $ opal request list --n 5 --pending --verbose
398
398
  ```
399
399
 
400
- _See code: [src/commands/request/list.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/request/list.ts)_
400
+ _See code: [src/commands/request/list.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/request/list.ts)_
401
401
 
402
402
  ## `opal resources get`
403
403
 
@@ -418,7 +418,7 @@ EXAMPLES
418
418
  $ opal resources:get --id 54052a3e-5375-4392-aeaf-0c6c44c131d4
419
419
  ```
420
420
 
421
- _See code: [src/commands/resources/get.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/resources/get.ts)_
421
+ _See code: [src/commands/resources/get.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/resources/get.ts)_
422
422
 
423
423
  ## `opal set-auth-provider`
424
424
 
@@ -444,7 +444,7 @@ EXAMPLES
444
444
  $ opal set-auth-provider --clientID 1234asdf --issuerUrl https://auth.example.com
445
445
  ```
446
446
 
447
- _See code: [src/commands/set-auth-provider.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/set-auth-provider.ts)_
447
+ _See code: [src/commands/set-auth-provider.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/set-auth-provider.ts)_
448
448
 
449
449
  ## `opal set-custom-header`
450
450
 
@@ -465,7 +465,7 @@ EXAMPLES
465
465
  $ opal set-custom-header --header 'cf-access-token: $TOKEN'
466
466
  ```
467
467
 
468
- _See code: [src/commands/set-custom-header.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/set-custom-header.ts)_
468
+ _See code: [src/commands/set-custom-header.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/set-custom-header.ts)_
469
469
 
470
470
  ## `opal set-token`
471
471
 
@@ -485,7 +485,7 @@ EXAMPLES
485
485
  $ opal set-token
486
486
  ```
487
487
 
488
- _See code: [src/commands/set-token.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/set-token.ts)_
488
+ _See code: [src/commands/set-token.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/set-token.ts)_
489
489
 
490
490
  ## `opal set-url [URL]`
491
491
 
@@ -509,7 +509,7 @@ EXAMPLES
509
509
  $ opal set-url
510
510
  ```
511
511
 
512
- _See code: [src/commands/set-url.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/set-url.ts)_
512
+ _See code: [src/commands/set-url.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/set-url.ts)_
513
513
 
514
514
  ## `opal ssh copyFrom`
515
515
 
@@ -540,7 +540,7 @@ EXAMPLES
540
540
  $ opal ssh:copyFrom --src instance/dir --dest my/dir --id 51f7176b-0464-4a6f-8369-e951e187b398
541
541
  ```
542
542
 
543
- _See code: [src/commands/ssh/copyFrom.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/ssh/copyFrom.ts)_
543
+ _See code: [src/commands/ssh/copyFrom.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/ssh/copyFrom.ts)_
544
544
 
545
545
  ## `opal ssh copyTo`
546
546
 
@@ -571,7 +571,7 @@ EXAMPLES
571
571
  $ opal ssh:copyTo --src my/dir --dest instance/dir --id 51f7176b-0464-4a6f-8369-e951e187b398
572
572
  ```
573
573
 
574
- _See code: [src/commands/ssh/copyTo.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/ssh/copyTo.ts)_
574
+ _See code: [src/commands/ssh/copyTo.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/ssh/copyTo.ts)_
575
575
 
576
576
  ## `opal ssh start`
577
577
 
@@ -598,7 +598,7 @@ EXAMPLES
598
598
  $ opal ssh:start --id 51f7176b-0464-4a6f-8369-e951e187b398
599
599
  ```
600
600
 
601
- _See code: [src/commands/ssh/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/ssh/start.ts)_
601
+ _See code: [src/commands/ssh/start.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/ssh/start.ts)_
602
602
 
603
603
  ## `opal version`
604
604
 
@@ -635,5 +635,5 @@ DESCRIPTION
635
635
  Describes current url set, organization name, and logged in user if applicable.
636
636
  ```
637
637
 
638
- _See code: [src/commands/whoami.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.12730e0/src/commands/whoami.ts)_
638
+ _See code: [src/commands/whoami.ts](https://github.com/opalsecurity/opal-cli/blob/v3.1.1-beta.153d5b3/src/commands/whoami.ts)_
639
639
  <!-- commandsstop -->
@@ -1028,5 +1028,5 @@
1028
1028
  ]
1029
1029
  }
1030
1030
  },
1031
- "version": "3.1.1-beta.12730e0"
1031
+ "version": "3.1.1-beta.153d5b3"
1032
1032
  }
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": "3.1.1-beta.12730e0",
4
+ "version": "3.1.1-beta.153d5b3",
5
5
  "author": "Stephen Cobbe",
6
6
  "bin": {
7
7
  "opal": "./bin/run"
@@ -63,7 +63,9 @@
63
63
  "/scripts"
64
64
  ],
65
65
  "homepage": "https://github.com/opalsecurity/opal-cli/",
66
- "keywords": ["oclif"],
66
+ "keywords": [
67
+ "oclif"
68
+ ],
67
69
  "license": "MIT",
68
70
  "main": "lib/index.js",
69
71
  "oclif": {
@@ -89,7 +91,7 @@
89
91
  "prepack": "npm run build && oclif manifest && oclif readme",
90
92
  "test": "vitest",
91
93
  "coverage": "vitest run --coverage",
92
- "version": "oclif readme && git add README.md && biome check --write",
94
+ "version": "oclif readme && git add README.md",
93
95
  "posttest": "biome check",
94
96
  "biome-ci": "biome ci --reporter=github",
95
97
  "gql-codegen": "graphql-codegen",