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
will fail as there is no jcr_root in the local path. but... the tool could be smart and suggest the absolute path basing on scanned content roots
sh aemw content scan/roots could idempotently detect all jcr_roots in the project structure and cache it in the lock (as this usually does not change over the time)
then by using that info suggest which absolute path should be corrected
imagine running
sh aemw content pull --dir '/content/mysite/xxx'
will fail as there is no jcr_root in the local path. but... the tool could be smart and suggest the absolute path basing on scanned content roots
sh aemw content scan/roots
could idempotently detect all jcr_roots in the project structure and cache it in the lock (as this usually does not change over the time)then by using that info suggest which absolute path should be corrected
[1] /Users/krystian.panek/Projects/mysite/ui.apps/src/main/content/jcr_root/content/mysite/xxx
[2] /Users/krystian.panek/Projects/mysite/ui.content/src/main/content/jcr_root/content/mysite/xxx
[3] /Users/krystian.panek/Projects/mysite/ui.config/src/main/content/jcr_root/content/mysite/xxx
etc
The text was updated successfully, but these errors were encountered: