Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
website mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaklauer committed Aug 17, 2022
1 parent 2295ab1 commit 4311d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/commands/runner-profile-set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lifecycle operation.
- `-env-vars=<string>` - DEPRECATED. Please see `-env-var`.
- `-plugin-type=<string>` - The type of the plugin to launch for the on-demand runner, such as aws-ecs, kubernetes, etc.
- `-plugin-config=<string>` - Path to an hcl file that contains the configuration for the plugin. This is only necessary when the plugin's defaults need to be adjusted for the environment the plugin will launch the on-demand runner in.
- `-default` - Indicates that this remote runner profile should be the default for any project that doesn't otherwise specify its own remote runner. The default is false.
- `-default` - Indicates that this remote runner profile should be the default for any project that doesn't otherwise specify its own remote runner.
- `-target-runner-id=<string>` - ID of the runner to target for this remote runner profile.
- `-target-runner-label=<key=value>` - Labels on the runner to target for this remote runner profile. e.g. `-target-runner-label=k=v`. Can be specified multiple times.

Expand Down

0 comments on commit 4311d50

Please sign in to comment.