limits Commands

Use the limits commands to view your org’s limits and how close you are to reaching them.

limits:api:display

Displays remaining and maximum calls and events for your org.

Command Syntax

sfdx force:limits:api:display
[-u TARGETUSERNAME]
[--json]
[--loglevel LOGLEVEL]

Parameters

-u | --targetusername TARGETUSERNAME
Optional




Username for the target org. Overrides the default target org.

Type: string
--json
Optional




Format output as JSON.

Type: flag
--loglevel LOGLEVEL
Optional




The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.

Type: string
Permissible values are: trace, debug, info, warn, error, fatal
Default value: error

Help for limits:api:display

When you execute this command in a project, it provides limit information for your default scratch org.

Examples:

1$ sfdx force:limits:api:display
1$ sfdx force:limits:api:display -u me@my.org