We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While the --set=[SEC]ITEM=VALUE option to broadcast is good enough for most cases, it can be quite difficult for:
--set=[SEC]ITEM=VALUE
It should be possible to support broadcast options from a file that looks like a suite.rc fragment (with 2 section levels removed?)
suite.rc
Either:
[runtime] [[__BROADCAST__]] script = printenv FOOBAR [[[environment]]] FOOBAR=foobar
Or:
# Broadcast script = printenv FOOBAR [environment] FOOBAR=foobar
We'll then do cylc broadcast SUITE --file=FILE?
cylc broadcast SUITE --file=FILE
The text was updated successfully, but these errors were encountered:
Good idea.
Sorry, something went wrong.
matthewrmshin
No branches or pull requests
While the
--set=[SEC]ITEM=VALUE
option to broadcast is good enough for most cases, it can be quite difficult for:It should be possible to support broadcast options from a file that looks like a
suite.rc
fragment (with 2 section levels removed?)Either:
Or:
# Broadcast script = printenv FOOBAR [environment] FOOBAR=foobar
We'll then do
cylc broadcast SUITE --file=FILE
?The text was updated successfully, but these errors were encountered: