Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Sep 10, 2021
1 parent 33b0939 commit 0d734c3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ $ sfdx plugins:install @salesforce/plugin-command-reference
Ensure any plugins are installed that you with to generate documentation for.

```sh-session
$ sfdx plugins:install salesforcedx@latest-rc
$ sfdx update stable-rc
```

Now we can generate the documentation for the `latest-rc` tag.
Now we can generate the documentation for all core plug-ins.

```sh-session
$ sfdx commandreference --plugins salesforcedx
$ sfdx commandreference --plugins salesforce-alm,alias,apex,auth,config,custom-metadata,data,limits,org,schema,templates,user,@salesforce/sfdx-plugin-lwc-test,source
```

**Note:** Warnings will occur for missing properties in plugins. Those have to be fixed in the plugin itself.
Expand Down Expand Up @@ -56,11 +56,10 @@ sfdx plugins:link .
Now, you can install any plugins you want and run the command reference generation on them.

```sh-session
sfdx plugins:install salesforcedx
sfdx plugins:install config
sfdx plugins:install alias
sfdx plugins:install auth
sfdx commandreference --plugins salesforcedx,alias,config,auth
sfdx commandreference --plugins alias,config,auth
```

## Commands
Expand Down

0 comments on commit 0d734c3

Please sign in to comment.