-
Notifications
You must be signed in to change notification settings - Fork 93
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
install: add install options to other source workflow commands #4288
Comments
I think that either:
List of commands where there may be a case for adding Plugin information: CLI apps I considered and dismissed:
CLI options which almost certainly need to be addressed:
CLI options which might need to be addressed:(It might be ok to get these to throw big red warnings if people try to use them on source folders?)
|
This would only apply to commands which need to parse the flow.cylc file so that excludes things like
Four commands, that's not too bad.
These comments seem to contradict? Are you saying we should or shouldn't support the
$ cylc help list
Usage: cylc list [OPTIONS] WORKFLOW
List tasks and families defined in a workflow. |
Listed possible opinions. |
Aah |
I was incorrect to state that #4293 doesn't close this. |
(kinda a cylc-rose issue, however, could apply to other plugins and might require some legwork in this repo so creating here)
Via the cylc-rose plugin we can specify things like optional configs to
cylc install
, however, we cannot do so with other commands likecylc validate
andcylc config
.Take for example this workflow which has a compulsory optional configuration (It's not unusual for workflows to require one opt config to be specified):
# rose-suite.conf
This works:
This does not:
Questions:
validate
andconfig
?-O
) as opposed to the ones which aren't (e.g.--no-run-name
)?Pull requests welcome!
The text was updated successfully, but these errors were encountered: