Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.35 KB

skyux-deploy

npm status

Deployment package for skyux apps.

Install

npm install -g @blackbaud/skyux-deploy

Usage

skyux-deploy deploy or skyux-deploy publish

Options

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.