Skip to content

Commit

Permalink
Use Stripes CLI command since calling from stripes-core is deprecated (
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandberger authored Aug 25, 2023
1 parent 73ab683 commit 00e1c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/adding-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ $

## Generate a module descriptor

This can be done using a script provided with stripes-core (and which is used in back-end deployment):
This can be done using a script provided with [Stripes CLI](https://github.com/folio-org/stripes-cli) (and which is used in back-end deployment):
```
$ node ../stripes-core/util/package2md.js package.json > MD.json
$ stripes mod descriptor --full > MD.json
```
You can look at the generated module descriptor in your editor if you like. It's in the same format as any other [Okapi module descriptor](https://github.com/folio-org/okapi/blob/master/doc/guide.md#example-4-complete-moduledescriptor).

Expand Down

0 comments on commit 00e1c37

Please sign in to comment.