@simplysf/simply-permissions 1.2.13 → 1.2.15
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 +6 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -10,11 +10,11 @@ sf plugins install @simplysf/simply-permissions
|
|
|
10
10
|
|
|
11
11
|
## Issues
|
|
12
12
|
|
|
13
|
-
Please report any issues at https://github.com/SimplySF/simply/issues
|
|
13
|
+
Please report any issues at https://github.com/SimplySF/simply-node/issues
|
|
14
14
|
|
|
15
15
|
## Contributing
|
|
16
16
|
|
|
17
|
-
This package is part of the [`@simplysf/simply`](https://github.com/SimplySF/simply) monorepo. See the repo's [CONTRIBUTING.md](https://github.com/SimplySF/simply/blob/main/CONTRIBUTING.md) for the repo structure, how to set up and build the project, our commit conventions, and how to submit a pull request. Please also read our [Code of Conduct](https://github.com/SimplySF/simply/blob/main/CODE_OF_CONDUCT.md).
|
|
17
|
+
This package is part of the [`@simplysf/simply`](https://github.com/SimplySF/simply-node) monorepo. See the repo's [CONTRIBUTING.md](https://github.com/SimplySF/simply-node/blob/main/CONTRIBUTING.md) for the repo structure, how to set up and build the project, our commit conventions, and how to submit a pull request. Please also read our [Code of Conduct](https://github.com/SimplySF/simply-node/blob/main/CODE_OF_CONDUCT.md).
|
|
18
18
|
|
|
19
19
|
## Commands
|
|
20
20
|
|
|
@@ -65,7 +65,7 @@ FLAG DESCRIPTIONS
|
|
|
65
65
|
The path to write the generated HTML report to.
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
_See code: [lib/commands/simply/permissions/analyze.js](https://github.com/SimplySF/simply/blob/@simplysf/simply-permissions@1.2.
|
|
68
|
+
_See code: [lib/commands/simply/permissions/analyze.js](https://github.com/SimplySF/simply-node/blob/@simplysf/simply-permissions@1.2.13/packages/simply-permissions/lib/commands/simply/permissions/analyze.js)_
|
|
69
69
|
|
|
70
70
|
## `sf simply permissions build`
|
|
71
71
|
|
|
@@ -107,8 +107,8 @@ EXAMPLES
|
|
|
107
107
|
FLAG DESCRIPTIONS
|
|
108
108
|
-c, --config=<value> Path to a permission set configuration file
|
|
109
109
|
|
|
110
|
-
The path to a JSON file that overrides individual object, field, tab, record type, and user permission settings,
|
|
111
|
-
|
|
110
|
+
The path to a JSON file that overrides individual object, field, tab, record type, and user permission settings, as
|
|
111
|
+
well as whether the permission set requires activation, on top of the --type baseline.
|
|
112
112
|
|
|
113
113
|
-d, --directory=<value> Path to the Salesforce project directory
|
|
114
114
|
|
|
@@ -132,7 +132,7 @@ FLAG DESCRIPTIONS
|
|
|
132
132
|
'view-all' additionally grants view-all-records, and 'modify-all' grants full CRUD and modify-all-records access.
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [lib/commands/simply/permissions/build.js](https://github.com/SimplySF/simply/blob/@simplysf/simply-permissions@1.2.
|
|
135
|
+
_See code: [lib/commands/simply/permissions/build.js](https://github.com/SimplySF/simply-node/blob/@simplysf/simply-permissions@1.2.13/packages/simply-permissions/lib/commands/simply/permissions/build.js)_
|
|
136
136
|
<!-- commandsstop -->
|
|
137
137
|
|
|
138
138
|
## Configuration Files
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysf/simply-permissions",
|
|
3
3
|
"description": "Utilities for working with permissions",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.15",
|
|
5
5
|
"author": "@ClayChipps",
|
|
6
|
-
"homepage": "https://github.com/SimplySF/simply",
|
|
7
|
-
"bugs": "https://github.com/SimplySF/simply/issues",
|
|
6
|
+
"homepage": "https://github.com/SimplySF/simply-node",
|
|
7
|
+
"bugs": "https://github.com/SimplySF/simply-node/issues",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/SimplySF/simply",
|
|
10
|
+
"url": "https://github.com/SimplySF/simply-node",
|
|
11
11
|
"directory": "packages/simply-permissions"
|
|
12
12
|
},
|
|
13
13
|
"engines": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@salesforce/kit": "^3.2.6",
|
|
62
62
|
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
63
63
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
64
|
-
"@simplysf/simply-core": "^1.1.
|
|
64
|
+
"@simplysf/simply-core": "^1.1.7",
|
|
65
65
|
"handlebars": "^4.7.9",
|
|
66
66
|
"xmlbuilder2": "^4.0.3",
|
|
67
67
|
"zod": "^4.1.12"
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"output": []
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "e87938c1f4074def66ef1710aa0cb491054ee000"
|
|
214
214
|
}
|