Skip to content

Commit

Permalink
chore: updata data query example
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Dec 3, 2024
1 parent 2c0e86f commit 08e2c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messages/soql.query.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ When using --bulk, the command waits 3 minutes by default for the query to compl

<%= config.bin %> <%= command.id %> --query "SELECT Id, Name, Account.Name FROM Contact"

- Read the SOQL query from a file called "query.txt"; the command uses the org with alias "my-scratch":
- Read the SOQL query from a file called "query.txt" and write the CSV-formatted output to a file; the command uses the org with alias "my-scratch":

<%= config.bin %> <%= command.id %> --file query.txt --target-org my-scratch
<%= config.bin %> <%= command.id %> --file query.txt --output-file output.csv --result-format csv --target-org my-scratch

- Use Tooling API to run a query on the ApexTrigger Tooling API object:

Expand Down Expand Up @@ -58,7 +58,7 @@ Time to wait for the command to finish, in minutes.

# flags.output-file.summary

File where records are written; only CSV and JSON output formats are supported.
File where records are written; only CSV and JSON output formats are supported.

# displayQueryRecordsRetrieved

Expand Down

0 comments on commit 08e2c06

Please sign in to comment.