Skip to content

Commit

Permalink
Update + autogen README (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored Jun 30, 2017
1 parent 92b4b4f commit d3970d5
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"system-test": "ava -T 1m --verbose system-test/*.test.js",
"test": "npm run system-test"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
},
"dependencies": {
"@google-cloud/dlp": "^0.1.0",
"google-auth-library": "0.10.0",
Expand All @@ -35,6 +39,30 @@
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
"requiresProjectId": true,
"product": "dlp",
"samples": [
{
"id": "inspect",
"name": "Inspect",
"file": "inspect.js",
"docs_link": "https://cloud.google.com/dlp/docs",
"usage": "node inspect.js --help"
},
{
"id": "redact",
"name": "Redact",
"file": "redact.js",
"docs_link": "https://cloud.google.com/dlp/docs",
"usage": "node redact.js --help"
},
{
"id": "metadata",
"name": "Metadata",
"file": "metadata.js",
"docs_link": "https://cloud.google.com/dlp/docs",
"usage": "node metadata.js --help"
}
]
}
}

0 comments on commit d3970d5

Please sign in to comment.