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

Commit 80c6b64

Browse files
author
Mohith Shrivastava
committed
fix readme
1 parent c0f6ed7 commit 80c6b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ If you are Visual Studio Code user then recommend installing the extension along
3535
* [`sfdx deploy:aura`](#sfdx-deployaura)
3636
* [`sfdx deploy:lwc`](#sfdx-deploylwc)
3737
* [`sfdx deploy:staticresource`](#sfdx-deploystaticresource)
38+
* [`sfdx metadata:rename`](#sfdx-metadatarename)
3839

3940
## `sfdx retrieve:dxsource`
4041

@@ -234,7 +235,7 @@ EXAMPLES
234235
'$ sfdx metadata:rename -t CustomObject -n MyCustomObject1New__c -o MyCustomObject1__c' // here Custom Object MyCustomObject1__c is renamed to MyCustomObject1New__c
235236
```
236237

237-
_See code: [src/commands/deploy/staticresource.ts](https://github.com/msrivastav13/mo-dx-plugin/blob/master/src/commands/metadata/rename.ts)_
238+
_See code: [src/commands/metadata/rename.ts](https://github.com/msrivastav13/mo-dx-plugin/blob/master/src/commands/metadata/rename.ts)_
238239

239240

240241

0 commit comments

Comments
 (0)