We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5d90d commit 6e214e0Copy full SHA for 6e214e0
all-posts-find-and-replace.js
@@ -1,11 +1,11 @@
1
/**
2
- * Add a tag to every post
+ * Find and replace in all posts
3
*
4
- * Note: Assumes you already have the tag created
+ * TODO: you must edit this script to adjust what is being found and replaced!
5
6
* Usage:
7
8
- * node add-tag-to-all-posts.js https://blah.ghost.io ADMIN_API_KEY slug-of-tag-to-add
+ * node all-posts-find-and-replace.js https://blah.ghost.io ADMIN_API_KEY
9
*/
10
11
if (process.argv.length < 4) {
0 commit comments