File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ Then to see if it was installed correctly:
2525
2626> dotnet tool list -g
2727
28+ ## Salesforce DotNet Cli usage
29+ Run this in the project directory that contains appsettings.json with your setttings:
30+ > salesforce refresh-token
31+ It will open web browser and log in with your credentials.
32+
2833## Saleforce Setup
2934[ Video] ( https://www.youtube.com/watch?v=L6OWyCfQD6U )
30351 . Sing up for development sandbox with Saleforce: [ https://developer.salesforce.com/signup ] ( https://developer.salesforce.com/signup ) .
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >netcoreapp2.2;netcoreapp3.0 </TargetFrameworks >
5+ <TargetFrameworks >netcoreapp2.2;</TargetFrameworks >
66 <ToolCommandName >salesforce</ToolCommandName >
77 <PackageId >salesforce</PackageId >
88 <Description >A command-line tool that enables Salesforce Refresh Token Generation.</Description >
You can’t perform that action at this time.
0 commit comments