Step 6: Deploy to Production

Once your function is ready to go, it’s time to deploy it to production. In order to do this you will run the command

yext resources apply ./yext-resources-folder/plugin-folder

If you don’t have the yext CLI installed you can follow this guide .

Note that applying the resource won’t actually do anything. In order to use a function you will need to hook it up to a connector source, connector transform or some other resource that uses functions.

Feedback