Skip to content

Commit 95fff72

Browse files
committed
add some task documentation
1 parent f996b28 commit 95fff72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Taskfile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ tasks:
106106
ICON_DIR: overrides/.icons/eccenca
107107

108108
update:cmemc:
109-
desc: re-generates the cmemc command reference
109+
desc: re-generates the cmemc command reference (needs local cmemc)
110110
cmds:
111111
- rm -rf {{.REFERENCE_DIR}}/*
112112
- cmemc manual --format markdown-multi-page --output-dir {{.REFERENCE_DIR}}
113113
vars:
114114
REFERENCE_DIR: docs/automate/cmemc-command-line-interface/command-reference
115115

116116
update:shape-reference:
117-
desc: re-generates the shape and datatype references
117+
desc: re-generates the shape and datatype references (needs local CO)
118118
summary: >
119119
This task uses a running Corporate Memory to upload a specification for
120120
a custom markdown endpoint (see shapedocu.ttl in
@@ -149,12 +149,12 @@ tasks:
149149
SRC: tools/update-shape-reference
150150

151151
update:di-reference:
152-
desc: update the task and operator reference pages
152+
desc: update the task and operator reference pages (needs local CO)
153153
cmds:
154154
- poetry run dec-tool update-di-reference
155155

156156
update:integrations:
157-
desc: update integrations page
157+
desc: update integrations page (needs data/integrations.yml)
158158
cmds:
159159
- poetry run dec-tool update-integrations
160160

0 commit comments

Comments
 (0)