Skip to content

Commit 5bf2f01

Browse files
committed
docs: update command output
1 parent 7fbe7cd commit 5bf2f01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ sf plugins install sf-plugin-metadata-coverage
1414

1515
```sh-session
1616
$ sf metadata-coverage check --source-dir force-app --2gp-unlocked
17-
Checking 38 metadata type for unlockedPackagingWithoutNamespace using API version 64.0.
17+
Downloading Metadata Coverage Report v64... done
18+
Found 38 metadata type to check.
1819
All metadata types are supported.
1920
```
2021

2122
The command prints metadata types that are not supported and exits with an error code.
2223

2324
```sh-session
2425
$ sf metadata-coverage check --source-dir force-app --2gp-managed
25-
Checking 38 metadata types for managedPackaging using API version 64.0.
26+
Using cached Metadata Coverage Report v64.
27+
Found 38 metadata type to check.
2628
=== Unsupported Metadata Types
2729

2830
┌───────────────────────┬───────────────────┬───────────────────────┐

0 commit comments

Comments
 (0)