Publish your Plugin
Once you've created a plugin, you need to publish it in order to use it during the meeting. You can publish multiple versions of your plugin.
Steps to publish
- If you're using a JavaScript library or framework, you'll need to create a build first. If not you can skip this step.
npm run build
Copy
dyte-config.jsoninto the folder which containsindex.html. If you're using a Javascript library or framework, this would be your build folder.Move to the build folder and run the publish command.
cd ./build
dyte plugins publish
- you can use the
-lflag if you wish to only publish the plugin and not deploy it.
dyte plugins publish -l
info
Read more about how you can manage plugins with Dyte CLI here.
Next Step
Now that your plugin is published and ready to be used, let's understand how you can manage it.