@salesforce/plugin-release-management 5.4.8 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,3 +8,35 @@ For more information on the list of repositories, visit https://github.com/sales
8
8
  - <%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open
9
9
 
10
10
  - <%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
11
+
12
+ # flags.columns.summary
13
+
14
+ Only show provided columns (comma-separated).
15
+
16
+ # flags.csv.summary
17
+
18
+ Output is csv format.
19
+
20
+ # flags.extended.summary
21
+
22
+ Show extra columns.
23
+
24
+ # flags.filter.summary
25
+
26
+ Filter property by partial string matching, ex: name=foo.
27
+
28
+ # flags.no-header.summary
29
+
30
+ Hide table header from output.
31
+
32
+ # flags.no-truncate.summary
33
+
34
+ Do not truncate output to fit screen.
35
+
36
+ # flags.output.summary
37
+
38
+ Output in a more machine friendly format.
39
+
40
+ # flags.sort.summary
41
+
42
+ Property to sort by (prepend '-' for descending).