S3 upload
In the root of the plugin project you will find a scripts folder that holds on some builtIn scripts we run on deploy, you can see that there is a file named upload.js
This script can upload all of the plugin files to a S3 bucket of your choosing.
Run the following command to upload your plugin
This will first execute
Then it will execute the ./scripts/upload.js
file.
The plugin path will be formatted as following
[S3_URL_PATH]/[PLUGIN_BUNDLE]/[VERSION replacing dots with dashes./-
]
Example of manifest path
Last updated