1.0.11 • Published 28 days ago

dce-dev-wizard v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days 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.

1.0.11

28 days ago

1.0.10

28 days ago

1.0.9

10 months ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago