Skip to content

Commit

Permalink
chore(release): 3.1.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 24, 2024
1 parent c37f822 commit 6cd20e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 86 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.1.15](https://github.com/salesforcecli/plugin-limits/compare/3.1.14...3.1.15) (2024-03-24)

### Bug Fixes

- **deps:** bump @salesforce/core from 6.7.1 to 6.7.3 ([2383069](https://github.com/salesforcecli/plugin-limits/commit/2383069919f03ce0255238c4dae369e512f987d7))

## [3.1.14](https://github.com/salesforcecli/plugin-limits/compare/3.1.13...3.1.14) (2024-03-17)

### Bug Fixes
Expand Down
87 changes: 2 additions & 85 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,91 +70,8 @@ sfdx plugins

<!-- commands -->

- [`sf org list limits`](#sf-org-list-limits)
- [`sf org list sobject record-counts`](#sf-org-list-sobject-record-counts)
# Command Topics

## `sf org list limits`

Display information about limits in your org.

```
USAGE
$ sf org list limits -o <value> [--json] [--api-version <value>]
FLAGS
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
configuration variable is already set.
--api-version=<value> Override the api version used for api requests made by this command
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Display information about limits in your org.
For each limit, this command returns the maximum allocation and the remaining allocation based on usage. See this
topic for a description of each limit:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm.
ALIASES
$ sf force limits api display
$ sf limits api display
EXAMPLES
Display limits in your default org:
$ sf org list limits
Display limits in the org with alias "my-scratch-org":
$ sf org list limits --target-org my-scratch-org
```

_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.14/src/commands/org/list/limits.ts)_

## `sf org list sobject record-counts`

Display record counts for the specified standard or custom objects.

```
USAGE
$ sf org list sobject record-counts -o <value> [--json] [-s <value>] [--api-version <value>]
FLAGS
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
configuration variable is already set.
-s, --sobject=<value>... [default: ] API name of the standard or custom object for which to display record counts.
--api-version=<value> Override the api version used for api requests made by this command
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Display record counts for the specified standard or custom objects.
Use this command to get an approximate count of the records in standard or custom objects in your org. These record
counts are the same as the counts listed in the Storage Usage page in the Setup UI. The record counts are approximate
because they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all
available record counts, run the command without the --sobject flag.
ALIASES
$ sf force limits recordcounts display
$ sf limits recordcounts display
EXAMPLES
Display all available record counts in your default org:
$ sf org list sobject record-counts
Display record counts for the Account, Contact, Lead, and Opportunity objects in your default org:
$ sf org list sobject record-counts --sobject Account --sobject Contact --sobject Lead --sobject Opportunity
Display record counts for the Account and Lead objects for the org with alias "my-scratch-org":
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
```

_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.14/src/commands/org/list/sobject/record-counts.ts)_
- [`sf org`](docs/org.md)

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-limits",
"description": "commands to display api limits to your org",
"version": "3.1.14",
"version": "3.1.15",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 6cd20e7

Please sign in to comment.