schema Commands (Deprecated)
force:schema:sobject:describe (Deprecated)
Examples for force:schema:sobject:describe
1sfdx force:schema:sobject:describe -s Account1sfdx force:schema:sobject:describe -s MyObject__c1sfdx force:schema:sobject:describe -s ApexClass -tCommand Syntax
- sfdx force:schema:sobject:describe
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
- -s SOBJECTTYPE
- [-t]
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sf/sf.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- Type: string
- -s | --sobjecttype SOBJECTTYPE
- Required
-
The API name of the object to describe.
- Type: string
- -t | --usetoolingapi
- Optional
-
Execute with Tooling API.
- Type: boolean
force:schema:sobject:list (Deprecated)
Examples for force:schema:sobject:list
1sfdx force:schema:sobject:list -c all1sfdx force:schema:sobject:list -c custom1sfdx force:schema:sobject:list -c standardCommand Syntax
- sfdx force:schema:sobject:list
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
- [-c SOBJECTTYPECATEGORY]
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sf/sf.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- Type: string
- -c | --sobjecttypecategory SOBJECTTYPECATEGORY
- Optional
-
The type of objects to list (all|custom|standard).
- Type: string
- Default value: ALL