@salesforce/plugin-schema 3.1.8 → 3.2.0

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 CHANGED
@@ -79,7 +79,7 @@ Display the metadata for a standard or custom object or a Tooling API object.
79
79
 
80
80
  ```
81
81
  USAGE
82
- $ sf sobject describe -o <value> -s <value> [--json] [--api-version <value>] [-t]
82
+ $ sf sobject describe -o <value> -s <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t]
83
83
 
84
84
  FLAGS
85
85
  -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
@@ -89,7 +89,8 @@ FLAGS
89
89
  --api-version=<value> Override the api version used for api requests made by this command
90
90
 
91
91
  GLOBAL FLAGS
92
- --json Format output as json.
92
+ --flags-dir=<value> Import flag values from a directory.
93
+ --json Format output as json.
93
94
 
94
95
  DESCRIPTION
95
96
  Display the metadata for a standard or custom object or a Tooling API object.
@@ -117,7 +118,7 @@ EXAMPLES
117
118
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
118
119
  ```
119
120
 
120
- _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.8/src/commands/sobject/describe.ts)_
121
+ _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.2.0/src/commands/sobject/describe.ts)_
121
122
 
122
123
  ## `sf sobject list`
123
124
 
@@ -125,7 +126,7 @@ List all Salesforce objects of a specified category.
125
126
 
126
127
  ```
127
128
  USAGE
128
- $ sf sobject list -o <value> [--json] [--api-version <value>] [-s <value>]
129
+ $ sf sobject list -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-s <value>]
129
130
 
130
131
  FLAGS
131
132
  -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
@@ -134,7 +135,8 @@ FLAGS
134
135
  --api-version=<value> Override the api version used for api requests made by this command
135
136
 
136
137
  GLOBAL FLAGS
137
- --json Format output as json.
138
+ --flags-dir=<value> Import flag values from a directory.
139
+ --json Format output as json.
138
140
 
139
141
  DESCRIPTION
140
142
  List all Salesforce objects of a specified category.
@@ -155,6 +157,6 @@ EXAMPLES
155
157
  $ sf sobject list --sobject custom --target-org my-scratch-org
156
158
  ```
157
159
 
158
- _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.8/src/commands/sobject/list.ts)_
160
+ _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.2.0/src/commands/sobject/list.ts)_
159
161
 
160
162
  <!-- commandsstop -->