Skip to content

Commit 5a7d525

Browse files
committed
docs: show example of re-applying config [skip ci]
1 parent 2081be8 commit 5a7d525

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ $ sf browserforce apply -f ./config/currency.json --target-org myOrg@example.com
5353
logging out... done
5454
```
5555

56+
Apply the config again: 👉 No action necessary
57+
58+
```console
59+
$ sf browserforce apply -f ./config/currency.json --target-org myOrg@example.com
60+
logging in... done
61+
Applying config file ./config/currency.json to org myOrg@example.com
62+
[CompanyInformation] retrieving state... done
63+
[CompanyInformation] no action necessary
64+
logging out... done
65+
```
66+
5667
## Key Concepts
5768

5869
- 🔧 configuration using JSON Schema (similar to the [Scratch Org Definition Configuration](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_def_file.htm))

0 commit comments

Comments
 (0)