Skip to content

Commit bd274a6

Browse files
Merge pull request #182 from texei/externalcredentials-principals-authenticationparameters-add
Added "sf texei externalcredentials principals authenticationparameters add" command
2 parents 536b9e9 + 6ff27af commit bd274a6

File tree

5 files changed

+807
-5975
lines changed

5 files changed

+807
-5975
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# summary
2+
3+
add Authentication Parameters to existing an External Credential
4+
5+
# description
6+
7+
This commands will add Authentication Parameters to an existing External Credential and related Principal.
8+
Both External Credential and Principal definition can be part of your metadata, for security reasons Authentication Parameters are not.
9+
The expected format of the input JSON file is the same as the one expected by the REST API:
10+
https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_requests_credential_input.htm
11+
Best practice is to avoid commiting this file to your repository.
12+
13+
# examples
14+
15+
sf texei externalcredentials principals authenticationparameters add --file ./env/credentials.json --target-org MyScratchOrg
16+
17+
# flags.file.summary
18+
19+
file containing information of Authentication Parameters to add

0 commit comments

Comments
 (0)