We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b07dc commit 74fd04bCopy full SHA for 74fd04b
README.md
@@ -373,6 +373,15 @@ Automatic create zip archive from the /wp-content/ folder and upload to custom d
373
wp gdrive upload /wp-content/ /wordpress/backup --zip
374
```
375
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
385
Upload with custom name.
386
387
0 commit comments