https://flyte.org logo
#ask-the-community
Title
# ask-the-community
f

Felix Ruess

11/18/2022, 8:09 PM
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

Kevin Su

11/18/2022, 8:43 PM
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

Felix Ruess

11/18/2022, 8:47 PM
thanks! so there is no way to do it during register or so?
or better on package...
k

Kevin Su

11/18/2022, 8:49 PM
still wip. here is a pr, and require some backend changes.