You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template variables can be provided to cylc play, they are then stored in the DB so they can be used with future restarts.
However, the cylc config command is currently unaware of this:
$ cylc install one
$ cylc config
$ cylc play one -s "FOO='bar'"
$ cylc config # should load FOO='bar' from the workflow DB
Note that Cylc-Rose can also be used to specify template variables (at install time), these variables are store in a file which is loaded when cylc config is invoked.
Pull requests welcome!
The text was updated successfully, but these errors were encountered:
Template variables can be provided to
cylc play
, they are then stored in the DB so they can be used with future restarts.However, the
cylc config
command is currently unaware of this:Note that Cylc-Rose can also be used to specify template variables (at install time), these variables are store in a file which is loaded when
cylc config
is invoked.Pull requests welcome!
The text was updated successfully, but these errors were encountered: