Skip to content

Commit

Permalink
[email protected]: shell scripts now use gcp/setup.sh for all oper…
Browse files Browse the repository at this point in the history
…ation with settings.ini which created during generation

workflow arguments are saved in data.json and not hard-coded in shell scripts anymore
support of custom service account - additional question in wizard and it's saved in settings.ini if provided

Change-Id: I5ad4d6a81fe1906cb2b98dd82af5467141f0075e
  • Loading branch information
evil-shrike committed Jun 19, 2024
1 parent c1b0471 commit 1454cfa
Show file tree
Hide file tree
Showing 12 changed files with 542 additions and 301 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ tags
.idea/
*eggs
*egg-info
build
dist
.tox
.coverage
.python-version
248 changes: 123 additions & 125 deletions gcp/create-gaarf-wf/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gcp/create-gaarf-wf/build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gcp/create-gaarf-wf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gaarf-wf",
"version": "1.10.4",
"version": "1.11.0",
"description": "Interactive generator for Gaarf (Google Ads API Report Fetcher) Workflow",
"type": "module",
"bin": {
Expand Down
Loading

0 comments on commit 1454cfa

Please sign in to comment.