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

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

{
  "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.

/dce-dev-wizard/

    Package Sidebar

    Install

    npm i dce-dev-wizard

    Weekly Downloads

    6

    Version

    1.16.1

    License

    MIT

    Unpacked Size

    148 kB

    Total Files

    95

    Last publish

    Collaborators

    • gabeabrams