Skip to content

Commit 3a11f3a

Browse files
chore: bump sf-plugins-core, update NUTs
1 parent 38bd3b3 commit 3a11f3a

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@salesforce/core": "^8.5.7",
9-
"@salesforce/sf-plugins-core": "^12.0.2"
9+
"@salesforce/sf-plugins-core": "^12.0.4"
1010
},
1111
"devDependencies": {
1212
"@oclif/core": "^4.0.29",

test/commands/display.nut.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ describe('Limits display', () => {
2929
});
3030

3131
it('Displays the limits (json)', () => {
32-
const output = execCmd<ListApiDisplayOutput>(`limits:api:display -u ${username} --json`, {
32+
const output = execCmd<ListApiDisplayOutput>(`org:list:limits -o ${username} --json`, {
3333
ensureExitCode: 0,
3434
}).jsonOutput;
3535
expect(output?.result).length.greaterThan(0);
3636
expect(output?.status).to.equal(0);
3737
});
3838

3939
it('Displays the limits (human readable)', () => {
40-
const command = `limits:api:display -u ${username}`;
40+
const command = `org:list:limits -o ${username}`;
4141
const result = execCmd(command, { ensureExitCode: 0 });
4242
const output = getString(result, 'shellOutput.stdout');
4343
expect(output).to.include('ActiveScratchOrgs');

test/commands/recordcounts.nut.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('recordcounts:display', () => {
2525
});
2626

2727
it('Displays the records (json)', () => {
28-
const output = execCmd<RecordCount[]>(`limits:recordcounts:display -s Account,Contact -u ${username} --json`, {
28+
const output = execCmd<RecordCount[]>(`org list sobject record-counts -s Account,Contact -o ${username} --json`, {
2929
ensureExitCode: 0,
3030
}).jsonOutput;
3131
expect(output?.result).length.greaterThan(0);
@@ -36,7 +36,7 @@ describe('recordcounts:display', () => {
3636
});
3737

3838
it('Displays all records (json)', () => {
39-
const output = execCmd<RecordCount[]>(`limits:recordcounts:display -u ${username} --json`, {
39+
const output = execCmd<RecordCount[]>(`org list sobject record-counts -o ${username} --json`, {
4040
ensureExitCode: 0,
4141
}).jsonOutput;
4242

@@ -45,7 +45,7 @@ describe('recordcounts:display', () => {
4545
});
4646

4747
it('Displays the records (human readable)', () => {
48-
const command = `limits:recordcounts:display -s Account -u ${username}`;
48+
const command = `org list sobject record-counts -s Account -o ${username}`;
4949
const result = execCmd(command, { ensureExitCode: 0 });
5050
const output = getString(result, 'shellOutput.stdout');
5151
expect(output).to.include('Account');

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,10 +1521,10 @@
15211521
http-call "^5.2.2"
15221522
lodash "^4.17.21"
15231523

1524-
"@oclif/table@^0.1.22":
1525-
version "0.1.22"
1526-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.22.tgz#d2f85f2da6141a02afb8efa9ac05651850ef4df8"
1527-
integrity sha512-2qW47gCfFqj/OhIMAA+ZE2mfeQ9ub3Sv3hrachwXJ9o8d6bfBKlgHbfJ5+SxJlur+ecXL+GdZWkR9RFhbIuZdA==
1524+
"@oclif/table@^0.1.24":
1525+
version "0.1.24"
1526+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.24.tgz#97cc9fc0e65cf4ceb7628084c73eb6ca30bf19b1"
1527+
integrity sha512-HC5lIdy8Q0crW+ImJhzux3lQ2UobcDM//Tw4+HjTcYi9xzgy1hnKQZ7mYSofgRO42bwN7iZulaLvb8dG1giz0g==
15281528
dependencies:
15291529
"@oclif/core" "^4"
15301530
"@types/react" "^18.3.11"
@@ -1676,15 +1676,15 @@
16761676
string-width "^7.2.0"
16771677
terminal-link "^3.0.0"
16781678

1679-
"@salesforce/sf-plugins-core@^12.0.2":
1680-
version "12.0.2"
1681-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.2.tgz#77e1132678f384ead342c58fdb63326642e95b0c"
1682-
integrity sha512-7i/Qsp/4eN9kSA0Ix+OdMmlokPHb+QkPCreiJW9hO737GtHKd6lAbT6kdoD/SjrYGQKYUIwJcOCWQ9i9UM9lPw==
1679+
"@salesforce/sf-plugins-core@^12.0.4":
1680+
version "12.0.4"
1681+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.4.tgz#b78aa0747ab0b861268bf72b2743217a6b0275c5"
1682+
integrity sha512-fIzr6AZbeY5mqFfDHPyN09eVH0qYkkKVf2jB375YaWZZ8WKTqtYQnwaKd3Gi9asggvMKnmI91ov6aFGKCdA1qg==
16831683
dependencies:
16841684
"@inquirer/confirm" "^3.1.22"
16851685
"@inquirer/password" "^2.2.0"
16861686
"@oclif/core" "^4.0.27"
1687-
"@oclif/table" "^0.1.22"
1687+
"@oclif/table" "^0.1.24"
16881688
"@salesforce/core" "^8.5.1"
16891689
"@salesforce/kit" "^3.2.3"
16901690
"@salesforce/ts-types" "^2.0.12"

0 commit comments

Comments
 (0)