Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Since Cloudaware is built on force.com, address Salesforce CLI is a powerful command line interface that simplifies development and build automation when working with your Salesforce account.

...

2. Open the main menu under your username. Go to Setup → Build: Create → Apps → section 'Connected Apps' → New.

...

3. Enter a meaningful connected app name and your email address.

4. Check In 'API (Enable OAuth Settings)' check the box Enable OAuth Settings.

...

5. Check the box Use digital signatures. Click Choose File and upload the server.crt file that contains your digital certificate.

...

6. In the 'Selected OAuth Scopes' section add the following OAuth scopes:

  • Access and manage your data (api)

  • Perform requests on your behalf at any time (refresh_token, offline_access)

  • Provide access to your data via the Web (web)

...

7. Click SaveContinue.

...

8. Review Connected App details. Click Manage.

...

89. Click Edit Policies. In the 'OAuth Policies' section, select Admin approved users are pre-authorized for Permitted Users. Click OK in the popup message.

...

910. Click Save.

Authorize a Salesforce org for use with the Salesforce CLI

...