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 +22 -22
- package/oclif.manifest.json +1 -1
- package/package.json +5 -3
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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 -->
|
package/oclif.manifest.json
CHANGED
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.
|
|
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": [
|
|
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
|
|
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",
|