Skip to content

Commit 74fd04b

Browse files
Update README.md
1 parent 00b07dc commit 74fd04b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,15 @@ Automatic create zip archive from the /wp-content/ folder and upload to custom d
373373
wp gdrive upload /wp-content/ /wordpress/backup --zip
374374
```
375375

376+
Upload All files from `/wp-content/plugins/my-plugin/docs` to `wordpress/plugin` directory in Google Drive
377+
378+
```
379+
wp gdrive upload /wp-content/plugins/my-plugin/docs/ /wordpress/plugin --zip
380+
```
381+
382+
> Number Max files in One Request is 100 files
383+
384+
376385
Upload with custom name.
377386

378387
```

0 commit comments

Comments
 (0)