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

Deprecate -env-vars flag in runner profile set, replace with -env-var #3136

Merged
merged 5 commits into from
Mar 25, 2022

Conversation

xiaolin-ninja
Copy link
Contributor

@xiaolin-ninja xiaolin-ninja commented Mar 23, 2022

Per an internal discussion, we have decided to standardize using singular flags with -flag=key=value format to define repeatable configuration variables.

For example, instead of:

runner profile set -plugin-type=docker -env-vars="foo=bar,bar=baz"

the new standard is:

runner profile set -plugin-type=docker -env-var=foo=bar -env-var=bar=baz

@xiaolin-ninja xiaolin-ninja merged commit d069b6b into main Mar 25, 2022
@xiaolin-ninja xiaolin-ninja deleted the deprecate-env-vars branch March 25, 2022 17:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants