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
Unlike `lerna ls`, however, `lerna changed`**does not** support [filter options](https://www.npmjs.com/package/@lerna/filter-options), as filtering is not supported by `lerna version` or `lerna publish`.
Copy file name to clipboardExpand all lines: commands/list/README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ In any case, you can always pass `--loglevel silent` to create pristine chains o
32
32
-[`-l`, `--long`](#--long)
33
33
-[`-p`, `--parseable`](#--parseable)
34
34
-[`--toposort`](#--toposort)
35
+
-[`--graph`](#--graph)
35
36
36
37
`lerna ls` also respects all available [Filter Flags](https://www.npmjs.com/package/@lerna/filter-options).
37
38
@@ -143,3 +144,30 @@ $ lerna ls --toposort
143
144
package-2
144
145
package-1
145
146
```
147
+
148
+
### `--graph`
149
+
150
+
Show dependency graph as a JSON-formatted [adjacency list](https://en.wikipedia.org/wiki/Adjacency_list).
0 commit comments