And how can I add a description to my flyte tasks ...
# flyte-support
q
And how can I add a description to my flyte tasks and workflows.... I can see in flyte console that this should be possible, but couldn't find any docs on how to add the description...
g
Copy code
flytectl update workflow -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --description "Mergesort workflow example"
Use
flytectl update
to add the description
q
thanks! so there is no way to do it during register or so?
or better on package...
g
still wip. here is a pr, and require some backend changes.
👍 3
157 Views