Skip to content

Commit bea6073

Browse files
Merge pull request #20 from forcedotcom/jshackell-sfdc-patch-1
fix: add auth to list of plugins
2 parents 9ab719f + 0a5494a commit bea6073

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
@@ -59,7 +59,8 @@ Now, you can install any plugins you want and run the command reference generati
5959
sfdx plugins:install salesforcedx
6060
sfdx plugins:install config
6161
sfdx plugins:install alias
62-
sfdx commandreference --plugins salesforcedx,alias,config
62+
sfdx plugins:install auth
63+
sfdx commandreference --plugins salesforcedx,alias,config,auth
6364
```
6465

6566
## Commands

0 commit comments

Comments
 (0)