Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 626 Bytes

File metadata and controls

20 lines (14 loc) · 626 Bytes

Updating CloudQuery

To update the version of CloudQuery, and its plugins:

  1. Edit the .env file at the root of the repository

  2. Check the tables being collected are still available by running the diff script:

    npm -w cloudquery-tables run diff

    If any tables are no longer available, remove them as per the instructions in the CloudQuery tables README.

  3. Run CloudQuery locally to ensure it works

  4. Update the CDK snapshot tests:

    npm -w cdk test -- -u
  5. Raise a PR