@@ -72,7 +72,7 @@ Using the IDs of both AuraDB and the GraphQL API, this is achieved with:
7272
7373[source, bash, indent=0]
7474----
75- aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
75+ aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
7676----
7777
7878
@@ -121,14 +121,14 @@ We recommend you to use JWKS authentication providers in user-facing client appl
121121+
122122[source, bash, indent=0]
123123----
124- aura-cli data-api graphql auth-provider list --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
124+ aura-cli data-api graphql auth-provider list --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
125125----
126126+
127127- Get the details of a specific authentication provider:
128128+
129129[source, bash, indent=0]
130130----
131- aura-cli data-api graphql auth-provider get YOUR_AUTH_PROVIDER_ID --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
131+ aura-cli data-api graphql auth-provider get YOUR_AUTH_PROVIDER_ID --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
132132----
133133+
134134- Add a new API key.
@@ -138,7 +138,7 @@ aura-cli data-api graphql auth-provider get YOUR_AUTH_PROVIDER_ID --data-api-id
138138+
139139[source, bash, indent=0]
140140----
141- aura-cli data-api graphql auth-provider create --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
141+ aura-cli data-api graphql auth-provider create --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
142142----
143143+
144144- Add a new JWKS.
@@ -157,7 +157,7 @@ aura-cli data-api graphql auth-provider create --name YOUR_FRIENDLY_NAME --url Y
157157+
158158[source, bash, indent=0]
159159----
160- aura-cli data-api graphql auth-provider delete --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
160+ aura-cli data-api graphql auth-provider delete --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
161161----
162162
163163
@@ -169,7 +169,7 @@ You can add or remove allowed origins for the CORS policy of the GraphQL API.
169169+
170170[source, bash, indent=0]
171171----
172- aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
172+ aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
173173----
174174+
175175- Add a new origin:
0 commit comments