hlx admin
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 68
- Forks
- 72
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
As part of the import process, there is the need to bulk preview / publish a lot of pages. Ideally we could do:
```
hlx admin --preview urls.xlsx // preview all urls from the URL column of the spreadsheet
hlx admin --preview --publish urls.xlsx // preview and publish all urls from the URL column of the spreadsheet
hlx admin --index 450 --preview --publish urls.xlsx // preview and publish all urls from the URL column of the spreadsheet starting at row 451 (row 1 = heading)
```
The cli would then deal with the concurrency (run 8 in parallel ?).
Contributor guide
Assessment
This issue has not been assessed yet.