Skip to content

Instantly share code, notes, and snippets.

@Aaronius
Created January 23, 2019 02:57
Show Gist options
  • Save Aaronius/09f1b3168a99357ebda2c7fee6447bde to your computer and use it in GitHub Desktop.
Save Aaronius/09f1b3168a99357ebda2c7fee6447bde to your computer and use it in GitHub Desktop.
Example upload npm script
{
"name": "reactor-helloworld-extension",
"version": "1.0.0",
"scripts": {
"upload": "npx @adobe/reactor-uploader --environment=production --org-id=04B20B885A7B43080A494209@AdobeOrg --tech-account-id=94A538A75B180FC90A49410B@techacct.adobe.com --api-key=395fe521b0044160935a90db77e0e18b"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment