Skip to content

Commit

Permalink
Fix docs for updating description using workflow-meta subcommand (fly…
Browse files Browse the repository at this point in the history
…teorg#394)

* Fix docs

Signed-off-by: Ankit Goyal <[email protected]>

* add generated docs

Signed-off-by: Ankit Goyal <[email protected]>

---------

Signed-off-by: Ankit Goyal <[email protected]>
Signed-off-by: Ankit Goyal <[email protected]>
  • Loading branch information
goyalankit authored Mar 8, 2023
1 parent 6f376a3 commit e55c649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmd/update/workflow_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ const (
Update the description on the workflow:
::
flytectl update workflow -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --description "Mergesort workflow example"
flytectl update workflow-meta -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --description "Mergesort workflow example"
Archiving workflow named entity would cause this to disappear from flyteconsole UI:
::
flytectl update workflow -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --archive
flytectl update workflow-meta -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --archive
Activate workflow named entity:
::
flytectl update workflow -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --activate
flytectl update workflow-meta -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --activate
Usage
`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/gen/flytectl_update_workflow-meta.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e55c649

Please sign in to comment.