File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
44
5+ ### [ 1.0.10] ( https://github.com/salesforcecli/plugin-schema/compare/v1.0.9...v1.0.10 ) (2021-10-12)
6+
7+
8+ ### Bug Fixes
9+
10+ * update dependencies ([ 299c7e9] ( https://github.com/salesforcecli/plugin-schema/commit/299c7e9582ccc16026c27b4a27afdc072013b697 ) )
11+
512### [ 1.0.9] ( https://github.com/salesforcecli/plugin-schema/compare/v1.0.8...v1.0.9 ) (2021-10-12)
613
714### [ 1.0.8] ( https://github.com/salesforcecli/plugin-schema/compare/v1.0.7...v1.0.8 ) (2021-07-01)
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ sfdx plugins
7777displays the metadata for a standard or custom object
7878
7979```
80+ displays the metadata for a standard or custom object
81+
8082USAGE
8183 $ sfdx force:schema:sobject:describe -s <string> [-t] [-u <string>] [--apiversion <string>] [--json] [--loglevel
8284 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -104,13 +106,15 @@ EXAMPLES
104106 sfdx force:schema:sobject:describe -s ApexClass -t
105107```
106108
107- _ See code: [ src/commands/force/schema/sobject/describe.ts] ( https://github.com/salesforcecli/plugin-schema/blob/v1.0.8 /src/commands/force/schema/sobject/describe.ts ) _
109+ _ See code: [ src/commands/force/schema/sobject/describe.ts] ( https://github.com/salesforcecli/plugin-schema/blob/v1.0.10 /src/commands/force/schema/sobject/describe.ts ) _
108110
109111## ` sfdx force:schema:sobject:list [-c <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
110112
111113list all objects of a specified category
112114
113115```
116+ list all objects of a specified category
117+
114118USAGE
115119 $ sfdx force:schema:sobject:list [-c <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
116120 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -136,5 +140,5 @@ EXAMPLES
136140 sfdx force:schema:sobject:list -c standard
137141```
138142
139- _ See code: [ src/commands/force/schema/sobject/list.ts] ( https://github.com/salesforcecli/plugin-schema/blob/v1.0.8 /src/commands/force/schema/sobject/list.ts ) _
143+ _ See code: [ src/commands/force/schema/sobject/list.ts] ( https://github.com/salesforcecli/plugin-schema/blob/v1.0.10 /src/commands/force/schema/sobject/list.ts ) _
140144<!-- commandsstop -->
You can’t perform that action at this time.
0 commit comments