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

Commit

Permalink
website gen
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin-ninja committed Mar 23, 2022
1 parent 524778d commit c98ecb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/commands/runner-profile-set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ lifecycle operation.

- `-name=<string>` - The name of an existing runner profile to update.
- `-oci-url=<string>` - The url for the OCI image to launch for the on-demand runner.
- `-env-vars=<string>` - Environment variable to expose to the on-demand runner. Typically used to introduce configuration for the plugins that the runner will execute. Can be specified multiple times.
- `-env-var=<key=value>` - Environment variable to expose to the on-demand runner set in 'k=v' format. Typically used to introduce configuration for the plugins that the runner will execute. Can be specified multiple times.
- `-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.
Expand Down

0 comments on commit c98ecb3

Please sign in to comment.