helix-cli
helix-cli copied to clipboard
Command-line tools for developing with AEM
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/adobe/helix-cli). - WARN:...
Bumps [phin](https://github.com/ethanent/phin) from 3.7.0 to 3.7.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by ethan_, a new releaser for phin since your...
At the moment, it is not possible to add a custom header with cookie information to authenticate against a page that should be imported because the HelixImportServer removes the header.cookie...
**Is your feature request related to a problem? Please describe.** Give developers and easy way of adding block collection blocks to their boilerplate based projects **Describe the solution you'd like**...
it would be great if we could automatically use the custom preview URLs for `hlx up`, i think this would allow devs at customers that have custom preview URLs to...
Run `hlx import --cache .cache/` Request `http://localhost:3001/index.html?host=https://www.adobe.com` then request `http://localhost:3001/index.html?host=https://www.google.com`. The second request will get the content from the first one. The cache caches `index.html` as `.cache/index.html` as the initial...
**Is your feature request related to a problem? Please describe.** it's not possible to develop offline - or with a slow connection - easily, eg when traveling in trains or...
URL with a `:` in the pathnam (jcr:content sic!) cannot be cached. I assume directory cannot be created.
**Description** When caching following URLs: 1. http://wilson.com/en-us/blog (no extension) 2. http://wilson.com/en-us/blog/basketball/events/wilson-takes-paris-storm-recap-nba-paris-game-2024 Request `1.` will create local **file** `/en-us/blog` Then, caching `2.` (or any other `/en-us/blog/**` path) will fail as it...
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...