1.18.2 • Published 4 months ago

dce-dev-wizard v1.18.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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):

{
  "deployments": [
    {
      "name": "Stage",
      "app": "courseadmintools-stage",
      "profile": "stage"
    },
    {
      "name": "Prod",
      "app": "courseadmintools",
      "profile": "prod"
    }
  ]
}

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.

1.18.1

4 months ago

1.18.0

4 months ago

1.18.2

4 months ago

1.17.1

5 months ago

1.16.4

6 months ago

1.16.3

8 months ago

1.16.2

8 months ago

1.16.1

11 months ago

1.15.3

11 months ago

1.15.2

11 months ago

1.16.0

11 months ago

1.15.1

11 months ago

1.15.0

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago