Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ OPTIONS
-c, --credential=credential [default: admin:admin] AEM credential
The username and password for authenticating with the
target AEM instance. Should be in the format
<username>:<password>.
"<username>:<password>".
IMPORTANT: Make sure to use quotes because passwords
contain special characters that can be misinterpreted
by the shell with unforseeable side-effects.

-d, --deep Whether or not to recursively upload
all descendant folders and files
Expand Down
Loading