Deployment package for skyux apps.
npm install -g @blackbaud/skyux-deploy
skyux-deploy deploy
or skyux-deploy publish
All of the following options are required and overridable via the CLI. For example, to set the name of the SPA the command would be:
skyux-deploy --name MySPA
Option | Default |
---|---|
name |
null |
version |
version property in package.json |
azureStorageAccount |
null |
azureStorageAccessKey |
null |
azureStorageTableName |
"spa" |
isStaticClient |
false |
hashFileNames |
true |
rootElementTagName |
null |
assetsGlob |
"assets/**/*.*" |
null
values are typically supplied by the CI process.