Skip to content

Commit d0807c5

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.0.10 [ci skip]
1 parent 351d3eb commit d0807c5

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All 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)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ sfdx plugins
7777
displays the metadata for a standard or custom object
7878

7979
```
80+
displays the metadata for a standard or custom object
81+
8082
USAGE
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

111113
list all objects of a specified category
112114

113115
```
116+
list all objects of a specified category
117+
114118
USAGE
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 -->

0 commit comments

Comments
 (0)