@salesforce/plugin-release-management 5.4.8 → 5.5.1
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.
- package/README.md +25 -25
- package/lib/commands/cli/install/jit/test.d.ts +1 -1
- package/lib/commands/cli/install/test.d.ts +4 -4
- package/lib/commands/cli/install/test.js +7 -7
- package/lib/commands/cli/install/test.js.map +1 -1
- package/lib/commands/cli/release/automerge.d.ts +5 -5
- package/lib/commands/cli/release/build.d.ts +12 -12
- package/lib/commands/cli/releasenotes.d.ts +3 -3
- package/lib/commands/dependabot/automerge.d.ts +6 -6
- package/lib/commands/github/check/closed.d.ts +2 -2
- package/lib/commands/npm/dependencies/pin.d.ts +2 -2
- package/lib/commands/npm/package/release.d.ts +8 -8
- package/lib/commands/repositories/index.d.ts +10 -1
- package/lib/commands/repositories/index.js +48 -20
- package/lib/commands/repositories/index.js.map +1 -1
- package/lib/dependabot.d.ts +1 -1
- package/lib/dependencies.d.ts +1 -1
- package/messages/repositories.md +32 -0
- package/npm-shrinkwrap.json +2330 -1866
- package/oclif.lock +499 -441
- package/oclif.manifest.json +9 -9
- package/package.json +6 -6
package/messages/repositories.md
CHANGED
|
@@ -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).
|