docs.webiny.com icon indicating copy to clipboard operation
docs.webiny.com copied to clipboard

Workspace 'api-headless-cms' not found

Open AlekseyMalakhov opened this issue 2 years ago • 1 comments

On Create a Custom Field Type - Storage Transformations page there is a command: yarn workspace api-headless-cms add cryptr When I try to enter this command I got the following error:

Usage Error: Workspace 'api-headless-cms' not found. Did you mean any of the following:
  - admin
  - api-graphql
  - check-webiny
  - theme
  - website?

$ yarn workspace <workspaceName> <commandName> ...

Probably api-headless-cms has to be changed to api-graphql. yarn workspace api-graphql add cryptr worked for me.

AlekseyMalakhov avatar Aug 29 '23 14:08 AlekseyMalakhov

Hey @AlekseyMalakhov! Thanks for letting us know. At the time of writing, there was such a workspace, but it was merged with api-graphql since then. So your solution is the correct one 👍

A PR would be greatly appreciated!

Pavel910 avatar Aug 29 '23 18:08 Pavel910