You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: JSON.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ The modules inside `build`, `provides`, and `index` use these fields:
204
204
For modules in `provides`, must refer to other modules in `provides` or `index` (default one if not specified).
205
205
For modules in `build`, must refer to other modules in `build`.
206
206
-`added_by` (string): Information about how the module was added to `build`.
207
-
Name of the module which added it as a dependency, or `"cfbs add"` if the user added the module itself.
207
+
Name of the module which added it as a dependency, or name of the used command (`"cfbs add"`, `"cfbs init"`, `"cfbs convert"`) if the user added the module itself.
208
208
Optional in `build` modules, not accepted in `provides` or `index`.
209
209
-`steps` (array of strings): The operations performed (in order) to build the module.
0 commit comments