And how can I add a description to my flyte tasks ...
# ask-the-community
f
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...
k
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
f
thanks! so there is no way to do it during register or so?
or better on package...
k
still wip. here is a pr, and require some backend changes.
154 Views