aemc
aemc copied to clipboard
AEM Compose (Core & CLI)
https://helpx.adobe.com/experience-manager/kb/Fix-pack-installation-fails-with-tree-does-not-exist-AEM.html ``` INFO[2024-05-09 20:04:36] staging_publish_1 > uploading package 'all/target/acme.all-6.0.0-SNAPSHOT.zip' ERRO[2024-05-09 20:04:39] staging_publish_1 > cannot upload package 'all/target/acme.all-6.0.0-SNAPSHOT.zip'; unexpected status: This tree does not exist ``` how about improving `interpretFail` method...
Why is Maven and Node not bundled? Since the JDK is already downloaded, it seems natural to have at least a maven binary downloaded as well? Node for front end?...
I started to receive this stacktrace: ``` $ ./aemw -I int_author instance await INFO[2024-04-11 10:17:20] int_author > awaiting started INFO[2024-04-11 10:17:22] int_author > all bundles stable WARN[2024-04-11 10:17:22] int_author >...
As it is normalizing content it could also handle this easy thing
[1] bug ```shell sh aemw content copy --filter-roots=/content/foo --instance-url=http://foo:[email protected]:4502 --instance-target-id=local_author,local_publish panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x10 pc=0x1033d3a3c] goroutine 1 [running]:...
https://github.com/wttech/aemc/issues/219 ; use bearer token in auth instead of basic auth
https://github.com/wttech/aemc/pull/216#discussion_r1403106054
I'm based in Sydney Australia and when I run a command like 'docker run -it ghcr.io/wttech/aemc-cli package list -U http://host.docker.internal:4502' I get the following stack trace `INFO[2023-10-30 01:36:17] packages listed...