You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ This plugin provides a `sf force source read` command to read Metadata using the
9
9
> [!NOTE]
10
10
> This plugin simply returns the unfiltered response from the CRUD-based Metadata API.
11
11
12
+
In addition to retrieving `Profiles`, this plugin is useful for retrieving `RecordTypes` and `CustomObjectTranslations`.
13
+
12
14
## Installation
13
15
14
16
```console
@@ -22,6 +24,7 @@ sf force source read -m "Profile:Admin"
22
24
sf force source read -p force-app/main/default/profiles/Admin.profile-meta.xml
23
25
sf force source read -m "RecordType:Account.Business"
24
26
sf force source read -p force-app/main/default/objects/Account/recordTypes/Business.recordType-meta.xml
27
+
sf force source read -m "CustomObjectTranslation:Task-de"
25
28
```
26
29
27
30
## Example
@@ -48,7 +51,3 @@ It returns a kind of "full" Profile independent of source tracking and even cont
48
51
> Unfortunately Profiles might include `tabVisibilites` for tabs not available in the org (see [#66](https://github.com/amtrack/sfdx-plugin-source-read/issues/66)).
49
52
>
50
53
> Without further processing this will cause deployment errrors.
51
-
52
-
## Disclaimer
53
-
54
-
Currently this has been tested only for `Profiles` and `RecordTypes`.
0 commit comments