sfdx force:schema:sobject:describe
Displays the metadata for a standard or custom object
Options
Name | Description |
---|---|
--json | Format output as json |
--loglevel <loglevel> | Logging level for this command invocation |
-u, --targetusername <targetusername> | Username or alias for the target org; overrides default target org |
--apiversion <apiversion> | Override the api version used for api requests made by this command |
-s, --sobjecttype <sobjecttype> | The API name of the object to describe |
-t, --usetoolingapi | Execute with Tooling API |