Skip to content

Commit cf5db73

Browse files
author
krystian.panek
committed
Doc update
1 parent 67cccbf commit cf5db73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Snippet above demonstrates customizations valid only for specific project.
127127
* `aemDistribute` - Upload, install & activate CRX package into AEM instances(s). Secondary form of deployment. Optimized version of `aemUpload aemInstall aemActivate -Paem.deploy.instance.group=*-author`.
128128
* `aemSatisfy` - Upload & install dependent CRX package(s) before deployment. Available methods:
129129
* `local(path: String)`, use CRX package from local file system.
130+
* `local(file: File)`, same as above, but file can be even located outside the project.
130131
* `download(url: String)`, use CRX package that will be downloaded from specified URL to local temporary directory.
131132
* `downloadBasicAuth(url: String, user = "admin", password = "admin")`, as above, but with Basic Auth support.
132133
* `aemCheckout` - Check out JCR content from running AEM author instance to local content path.

0 commit comments

Comments
 (0)