Skip to content

Specify one-time parameters on CLI command line #8782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aaronlehmann opened this issue Jul 27, 2023 · 3 comments · Fixed by #8898
Closed

Specify one-time parameters on CLI command line #8782

aaronlehmann opened this issue Jul 27, 2023 · 3 comments · Fixed by #8898
Assignees

Comments

@aaronlehmann
Copy link
Contributor

The --build-options parameter will prompt for one-time parameter values. It would be useful if these values could be provided on the command line, so scripts can wrap the CLI to start workspaces with specific one-time parameter values.

@cdr-bot cdr-bot bot added the feature label Jul 27, 2023
@bpmct
Copy link
Member

bpmct commented Jul 27, 2023

+1. Would also love to set general parameters via the CLI, not requiring a --parameters-file.

e.g.

--parameter myparameter=myvalue

@mtojek mtojek self-assigned this Jul 31, 2023
@mtojek
Copy link
Member

mtojek commented Aug 4, 2023

I'm going with this issue.

Battle plan:

  • add CLI parameter --parameter myparameter=myvalue to commands that use --rich-parameter-file
  • add CLI parameter --build-option myoption=myvalue to commands that use --build-options

@alexander-dammeier
Copy link

For my understanding, will --rich-parameters-file and --variables-file remain usable as a flag? This new flags are additional to them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants