This repository was archived by the owner on May 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ const (
16
16
Update the description on the launch plan:
17
17
::
18
18
19
- flytectl update launchplan -p flytesnacks -d development core.advanced.merge_sort.merge_sort --description "Mergesort example"
19
+ flytectl update launchplan-meta -p flytesnacks -d development core.advanced.merge_sort.merge_sort --description "Mergesort example"
20
20
21
21
Archiving launch plan named entity is not supported and would throw an error:
22
22
::
23
23
24
- flytectl update launchplan -p flytesnacks -d development core.advanced.merge_sort.merge_sort --archive
24
+ flytectl update launchplan-meta -p flytesnacks -d development core.advanced.merge_sort.merge_sort --archive
25
25
26
26
Activating launch plan named entity would be a noop:
27
27
::
28
28
29
- flytectl update launchplan -p flytesnacks -d development core.advanced.merge_sort.merge_sort --activate
29
+ flytectl update launchplan-meta -p flytesnacks -d development core.advanced.merge_sort.merge_sort --activate
30
30
31
31
Usage
32
32
`
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ const (
16
16
Update the description on the task:
17
17
::
18
18
19
- flytectl update task -d development -p flytesnacks core.control_flow.merge_sort.merge --description "Merge sort example"
19
+ flytectl update task-meta -d development -p flytesnacks core.control_flow.merge_sort.merge --description "Merge sort example"
20
20
21
21
Archiving task named entity is not supported and would throw an error:
22
22
::
23
23
24
- flytectl update task -d development -p flytesnacks core.control_flow.merge_sort.merge --archive
24
+ flytectl update task-meta -d development -p flytesnacks core.control_flow.merge_sort.merge --archive
25
25
26
26
Activating task named entity would be a noop since archiving is not possible:
27
27
::
28
28
29
- flytectl update task -d development -p flytesnacks core.control_flow.merge_sort.merge --activate
29
+ flytectl update task-meta -d development -p flytesnacks core.control_flow.merge_sort.merge --activate
30
30
31
31
Usage
32
32
`
You can’t perform that action at this time.
0 commit comments