helix-cli
helix-cli copied to clipboard
hlx admin
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 ?).