File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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.
1819All metadata types are supported.
1920```
2021
2122The 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┌───────────────────────┬───────────────────┬───────────────────────┐
You can’t perform that action at this time.
0 commit comments