Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit c660139

Browse files
author
Mohith Shrivastava
committed
0.2.4 release
1 parent cd703fc commit c660139

File tree

7 files changed

+71
-10049
lines changed

7 files changed

+71
-10049
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ OPTIONS
206206
207207
EXAMPLES
208208
$ sfdx deploy:staticresource -p <pathname> // Default authorized org is used for the deploy
209-
$ sfdx deploy:staticresource -p <pathname> --resourcepath <name of the folder where you have app>' // Default authorized org is used for the deploy
210-
$ sfdx deploy:staticresource -p <pathname> --resourcepath <name of the folder where you have app>' --cachecontrol public //makes the cache control of static resource public
209+
$ sfdx deploy:staticresource -p <pathname> --resourcefolder <name of the folder where you have app>' // Default authorized org is used for the deploy
210+
$ sfdx deploy:staticresource -p <pathname> --resourcefolder <name of the folder where you have app>' --cachecontrol public //makes the cache control of static resource public
211211
```
212212

213213
_See code: [src/commands/deploy/staticresource.ts](https://github.com/msrivastav13/mo-dx-plugin/blob/master/src/commands/deploy/staticresource.ts)_

0 commit comments

Comments
 (0)