Skip to content

usequatro/quatro-scripts

Repository files navigation

Quatro Scripts

One-off scripts for things like data migrations

Instructions

  1. Set up environment variables in .env, copying the distribution file and filling out empty ones.

    cp .env.dist .env
  2. Get the private admin API credentials, and place them in this document. To alernate between environments, you can change the filename used in .env for the credential.

  3. Install dependencies

    npm install
  4. Run the script you want

    npm start scripts/helloWorld
    npm start scripts/moveUsersToActiveCampaign

About

One-off scripts for things like data migrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published