owid-grapher icon indicating copy to clipboard operation
owid-grapher copied to clipboard

Refresh local env with VSCode tasks

Open mlbrgl opened this issue 2 years ago • 0 comments

Resolves #1381.

This adds local refresh tasks for wordpress (db & uploads) and grapher (db).

The refresh tasks can be run through VSCode:

  • cmd + shift + p > "Tasks: Run Task"
  • "refresh grapher" or "refresh wordpress".

In their default mode, the tasks download all assets (db dumps and wordpress uploads) and refresh all tables.

Check the comments in .vscode/tasks.json for additional usage scenarios.

mlbrgl avatar Aug 12 '22 09:08 mlbrgl