Skip to content

Commit

Permalink
docs: fixed engine SDK reference (#1463)
Browse files Browse the repository at this point in the history
## Description:
wasn't using `` properly, now we do

## Is this change user facing?
YES
  • Loading branch information
h4ck3rk3y authored Oct 3, 2023
1 parent 27ded02 commit 583304c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/engine-apic-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ This is a configuration object for Starlark Runs:
* `DryRun`: When set to true, the Kurtosis instructions are not executed. Configurable using `WithDryRun`; defaults to false.
* `Parallelism`: The level of parallelism for instructions that support parallelism. Configurable using `WithParallelism`; defaults to 4
* `ExperimentalFeatureFlags`: List of experimental features to turn on for this run. Leave empty to leave any experimental feature disabled. Configurable using `WithExperimentalFeatureFlags`; defaults to empty
* `CloudInstanceId`: The `CloudInstanceId` if running on Cloud Kurtosis. Configurable using `WithCloudInstanceID'; defaults to "".
* `CloudUserId`: The `CloudUserId` if running on Cloud Kurtosis. Configurable using `WithCloudUserId'; defaults to "".
* `CloudInstanceId`: The `CloudInstanceId` if running on Cloud Kurtosis. Configurable using `WithCloudInstanceID`; defaults to "".
* `CloudUserId`: The `CloudUserId` if running on Cloud Kurtosis. Configurable using `WithCloudUserId`; defaults to "".

ServiceContext
--------------
Expand Down

0 comments on commit 583304c

Please sign in to comment.