You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,14 @@ Allowed values are:
140
140
-`hashnode`
141
141
-`medium`
142
142
143
+
##### Dry Run
144
+
145
+
If you want to test out the entire flow without actually posting the article, you can pass the `-d, --dryRun` option:
146
+
147
+
```bash
148
+
yarn start example.com --dryRun
149
+
```
150
+
143
151
## Config
144
152
145
153
By default, this tool will look for configurations under `config/default.json` or `config/local.json`. You can also pass the `-c, --config` option to load configurations from a different JSON file.
0 commit comments