Skip to content

Commit

Permalink
Wrong property data types in Suite Bootstrapping reference guide (#101)
Browse files Browse the repository at this point in the history
[#97] Wrong property data types in Suite Bootstrapping reference guide

- types fixes

Signed-off-by: Georgi Boyvalenkov <[email protected]>
  • Loading branch information
gboyvalenkov-bosch authored Aug 26, 2022
1 parent a65172a commit 73b7289
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To control all aspects of the suite bootstrapping behavior.

| Property | Type | Default | Description |
| - | - | - | - |
| preBootstrapScript | string | | Path to the script/command with optional space-separated arguments that is executed before a bootstrapping request, optionally producing a `preBootstrapFile` |
| preBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional flags/parameters that is executed before a bootstrapping request, optionally producing a `preBootstrapFile` |
| preBootstrapFile | string | | Path to the file used as a bootstrapping request data |
| postBootstrapScript | string | | Path to the script/command with optional space-separated arguments that is executed after a bootstrapping response, optionally consuming a `postBootstrapFile` |
| postBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional flags/parameters that is executed after a bootstrapping response, optionally consuming a `postBootstrapFile` |
| postBootstrapFile | string | | Path to the file used for a bootstrapping response data |
| bootstrapProvisioningFile | string | | Path to the file that stores the provisioning information from a bootstrapping response |
| maxChunkSize | int | 46080 | Maximum chunk size of the request data in bytes |
Expand Down

0 comments on commit 73b7289

Please sign in to comment.