Skip to content

Commit

Permalink
GitBook: [main] 14 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
awilkes authored and gitbook-bot committed Mar 5, 2021
1 parent 5a28672 commit d884000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/security/data-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This page provides examples of the various data sent to Launchable with the CLI.

You can also use the `--log-level audit` global option when you invoke the CLI to view exactly what data was passed in the request. See [CLI reference](../resources/cli-reference.md#log-level).

## Recording builds

e.g. `launchable record build --name 549854157 --source .`
Expand Down
2 changes: 1 addition & 1 deletion docs/security/data-privacy-and-protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The two key inputs for this are:
* the duration of each test case
* test case associations to test suites \(e.g. ‘unit tests,' ‘integration tests,’ etc.\)

See [Data examples](data-examples.md) for example `POST` bodies of what precisely is sent.
See [Data examples](data-examples.md) for example `POST` bodies of what precisely is sent. You can also use the `--log-level audit` global option when you invoke the CLI to view exactly what data was passed in the request. See [CLI reference](../resources/cli-reference.md#log-level).

## Data storage and retention

Expand Down

0 comments on commit d884000

Please sign in to comment.