dce-dev-wizard
TypeScript icon, indicating that this package has built-in type declarations

1.22.0-beta-rc3 • Public • Published

dce-dev-wizard

Wizard for managing development apps at Harvard DCE.

Quick Start

Install the wizard into your project:

npm i --save-dev dce-dev-wizard

Add a dceConfig.json file to the root folder of your project that contains all existing deployments (caccl-deploy services):

{
  "dbName": "immersive-player-store",
  "deployments": [
    {
      "name": "Stage",
      "app": "courseadmintools-stage",
      "profile": "stage"
    },
    {
      "name": "Prod",
      "app": "courseadmintools",
      "profile": "prod"
    }
  ],
  "relatedClusters": [
    {
      "name": "Opencast Dev 10",
      "cluster": "opencast-ecs-immersive"
    }
  ]
}

Where "deployments" is an array of existing caccl-deploy services. "name" is a human-readable name/description of the deployment, "app" is the caccl-deploy app name, and "profile" is the aws profile associated with accessing that service.

In your package.json, add to the end of your top-level build script:

"build": "[...] && npm explore dce-dev-wizard -- npm run build-error-docs"

Whenever you build, we will then update your error docs in the /docs folder.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.22.0-beta-rc32latest

Version History

VersionDownloads (Last 7 Days)Published
1.22.0-beta-rc32
1.22.01
1.21.222
1.21.10
1.21.00
1.20.20
1.20.10
1.20.00
1.19.10
1.18.28
1.18.10
1.18.00
1.17.10
1.16.40
1.16.323
1.16.20
1.16.10
1.16.00
1.15.30
1.15.20
1.15.10
1.15.00
1.0.110
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i dce-dev-wizard

Weekly Downloads

56

Version

1.22.0-beta-rc3

License

MIT

Unpacked Size

240 kB

Total Files

123

Last publish

Collaborators

  • gabeabrams