Skip to content

Commit

Permalink
fix: whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Mar 15, 2021
1 parent 1cb5def commit 5b6f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ OPTIONS
this command invocation
DESCRIPTION
Authorize a Salesforce org using an SFDX auth URL stored within a file. The URL must have the format \"%s\" or \"%s\".
Authorize a Salesforce org using an SFDX auth URL stored within a file. The URL must have the format "force://<refreshToken>@<instanceUrl>" or "force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>".
You have three options when creating the auth file. The easiest option is to redirect the output of the `sfdx force:org:display --verbose --json` command into a file.
For example, using an org you have already authorized:
Expand Down

0 comments on commit 5b6f898

Please sign in to comment.