diff --git a/README.md b/README.md index 9db1bd0..a7f749a 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ rpcp --repo-path ~/src/my-project --verbose // max bytes per file (0 = unlimited) "maxFileSize": 204800, - // string replacements applied to every file + // string replacements applied to every file (So in this case, ACME will be replaced with Company_name) "replacements": { - "ClientName": "ACME" + "ACME": "Company_name" }, // print a summary afterwards? diff --git a/config.json b/config.json index c4c8354..7ac1f51 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "maxFileSize": 204800, "ignoreFolders": [".git", ".github", ".terraform", "node_modules","plugin-cache", "terraform-provider*", "logo-drafts","build", ".archive","test_helper"], "ignoreFiles": ["manifest.json", "package-lock.json","*.png","*.jpg","*.jpeg","*.gif","*.svg","*.zip","*.tar.gz","*.tgz","*.tfstate", "*.tfstate.backup", "*.tfvars", "*.tfvars.json", "*.tfplan", "*.tfplan.json","*.avif","*.webp"], - "replacements": { "PARENT_COMPANY":"pca","Bob":"Redacted_name","PROJECT_ACRONYM":"wla" }, + "replacements": { "ACME":"Company_name","Bob":"Redacted_name","Secret Project Name":"Redacted_project_name" }, "showCopiedFiles": true, "autoInstallDeps": true } \ No newline at end of file diff --git a/testing out.pfefs b/testing out.pfefs new file mode 100644 index 0000000..0d31316 --- /dev/null +++ b/testing out.pfefs @@ -0,0 +1,4 @@ + this is private code for BINGO + + + Bob wants you to do womsething with AAA \ No newline at end of file