-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cylc commands, packages and versions #76
Comments
On point 1.
Having got rid of the UI, the docs, the test battery, and other miscellaneous cruft, this is not the same problem that it used to be. Further, all workflow-interaction commands have to be available on job hosts. What's left after that (given the previous sentence) may not be worth worrying about too much? |
After API-on-the-fly we might get to the point where all workflow-interaction commands are served via the same script which would make this easier to package if full Cylc installation were an issue. |
With the release of 8.0b3 we can now close this 🎉. Breakdown of changes:
Now unified behind a single command provided by cylc-flow. If there is a requirement to have the Cylc CLI installed but not cylc-flow itself (see use cases above) then we can created a
Resolved by #130.
Resolved by cylc/cylc-flow#4367 |
We will soon have a Conda "meta" package for installing Cylc, this presents some new challenges we will need to address pre-Cylc8 release:
cylc run
).cylc message
).cylc hub
)cylc report-timings
)cylc --version
is incompatible with the "meta" package:cylc
command belongs to Cylc Flow socylc --version
is reallycylc flow --version
cylc --version
should be the "meta" package version.export CYLC_VERSION=7.8.4
...cylc version
.How do we resolve this issues? What solutions are available?
The text was updated successfully, but these errors were encountered: