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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,3 +96,13 @@ This command will delete some paths from repo in S3.
96
96
but not delete the artifacts themselves.
97
97
* During or after the paths' deletion, regenerate the
98
98
metadata files and index files for both types.
99
+
100
+
### charon-index: refresh the index.html for the specified path
101
+
102
+
```bash
103
+
usage: charon index $PATH [-t, --target] [-D, --debug] [-q, --quiet]
104
+
```
105
+
106
+
This command will refresh the index.html for the specified path.
107
+
108
+
* Note that if the path is a NPM metadata path which contains package.json, this refreshment will not work because this type of folder will display the package.json instead of the index.html in http request.
0 commit comments