Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 7eb39ab

Browse files
authored
Merge pull request #4 from cloudworkz/feature/repeatable-rules
add repeatable rules
2 parents f23b5fe + 9f3a38d commit 7eb39ab

File tree

7 files changed

+4399
-903
lines changed

7 files changed

+4399
-903
lines changed

.vscode/launch.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program",
11+
"runtimeArgs": [
12+
"-r",
13+
"ts-node/register"
14+
],
15+
"args": [
16+
"${workspaceFolder}/index.ts",
17+
"[email protected]:org1:Admin",
18+
"[email protected]:org2:Admin",
19+
"[email protected]:org1:Admin",
20+
"--mode=sync",
21+
"--exclude-role=Admin",
22+
"--grafana-protocol=http",
23+
"--grafana-host=127.0.0.1:3000",
24+
"--grafana-username=rewe",
25+
26+
"--google-credentials=${workspaceFolder}/credentials.json",
27+
"--level=info"
28+
]
29+
}
30+
]
31+
}

dist/index.js

Lines changed: 587 additions & 557 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)