@opentermsarchive/engine 0.25.0 → 0.25.1
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -215,6 +215,14 @@ Allows for a much faster check of declarations, but does not check that the docu
|
|
|
215
215
|
|
|
216
216
|
If one or several `<service_id>` are provided, check only those services.
|
|
217
217
|
|
|
218
|
+
##### Validate modified terms only
|
|
219
|
+
|
|
220
|
+
```sh
|
|
221
|
+
npx ota validate --modified
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
Run [`ota validate`](#ota-validate) only on files that have been modified in Git.
|
|
225
|
+
|
|
218
226
|
#### `ota lint`
|
|
219
227
|
|
|
220
228
|
```sh
|
|
@@ -253,6 +261,8 @@ To export, publish the dataset and remove the local copy that was created after
|
|
|
253
261
|
GITHUB_TOKEN=ghp_XXXXXXXXX npx ota dataset --publish --remove-local-copy
|
|
254
262
|
```
|
|
255
263
|
|
|
264
|
+
##### Publish dataset on monday every week
|
|
265
|
+
|
|
256
266
|
To schedule export, publishing and local copy removal:
|
|
257
267
|
|
|
258
268
|
```sh
|
package/package.json
CHANGED