@or-sdk/permissions-cli 1.3.21-beta.4205.0 → 1.3.21-beta.4206.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.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,14 +11,14 @@ export PERMISSIONS_API_URL="your-permissions-api-url"
|
|
|
11
11
|
export FEATURE="master"
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
Upload permission schema
|
|
14
|
+
Upload permission schema
|
|
15
15
|
```sh
|
|
16
16
|
npx @or-sdk/permissions-cli upsert path/to/your/permissions.yaml
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Example permissions.yaml (product shape)
|
|
20
20
|
```yaml
|
|
21
|
-
product: customer-portal
|
|
21
|
+
product: customer-portal
|
|
22
22
|
productLabel: Customer Care Portal UI
|
|
23
23
|
# source is optional: registrant id for scoped re-registration, defaults to product
|
|
24
24
|
source: customer-portal-ui
|
|
@@ -38,4 +38,4 @@ permissions:
|
|
|
38
38
|
description: Let user view Customer Care Portal UI
|
|
39
39
|
defaultEffect: false
|
|
40
40
|
metadata: {}
|
|
41
|
-
```
|
|
41
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@or-sdk/permissions-cli",
|
|
3
|
-
"version": "1.3.21-beta.
|
|
3
|
+
"version": "1.3.21-beta.4206.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"@or-sdk/permissions-cli": "./dist/PermissionCli.js"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dev": "pnpm build:watch"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@or-sdk/permissions": "^2.7.3-beta.
|
|
15
|
+
"@or-sdk/permissions": "^2.7.3-beta.4206.0",
|
|
16
16
|
"commander": "13.0.0",
|
|
17
17
|
"yaml": "2.9.0"
|
|
18
18
|
},
|