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
At present:
cylc gui <workflow>
[hub]url
We could extend this to also cover:
cylc gui ~<user>/workflow
hub[url]
This could help a little for setups where workflows are run under shared user accounts with cylchub managing authorisation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At present:
cylc gui <workflow>
will launch the GUI and open the web browser at the specified workflow.[hub]url
is configured, it will open cylchub in a web browser at the specified workflow.We could extend this to also cover:
cylc gui ~<user>/workflow
, thenhub[url]
is configured, this will open cylchub in a web browser at the specified user + workflow.This could help a little for setups where workflows are run under shared user accounts with cylchub managing authorisation.
The text was updated successfully, but these errors were encountered: