From 095f1523ca8a3bbb906fb58823d9f04cfb3edcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=BCster?= Date: Tue, 8 Sep 2020 23:06:29 +0200 Subject: [PATCH] tools list command update help text with json flag --- tools/cli/help.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/cli/help.txt b/tools/cli/help.txt index a0618387e0..c1daf8e276 100644 --- a/tools/cli/help.txt +++ b/tools/cli/help.txt @@ -289,13 +289,17 @@ Options: List the packages explicitly used by your project. Usage: meteor list meteor list --tree [--weak] + meteor list --json [--weak] [--details] Lists the packages that you have explicitly added to your project. Transitive dependencies are not listed unless you use the --tree option, which outputs a tree showing how packages are referenced. +Use the --json option to output the tree in JSON format. + Options: --weak Show weakly referenced dependencies in the tree. + --details Adds more package details to the JSON output. >>> add-platform Add a platform to this project.