@salesforce/cli 2.109.5 → 2.109.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -15
- package/npm-shrinkwrap.json +2298 -356
- package/oclif.lock +186 -30
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.109.
|
|
28
|
+
@salesforce/cli/2.109.7 linux-x64 node-v24.11.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1269,7 +1269,7 @@ FLAG DESCRIPTIONS
|
|
|
1269
1269
|
directory.
|
|
1270
1270
|
```
|
|
1271
1271
|
|
|
1272
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1272
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/apex/get/log.ts)_
|
|
1273
1273
|
|
|
1274
1274
|
## `sf apex get test`
|
|
1275
1275
|
|
|
@@ -1329,7 +1329,7 @@ EXAMPLES
|
|
|
1329
1329
|
me@myorg'
|
|
1330
1330
|
```
|
|
1331
1331
|
|
|
1332
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1332
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/apex/get/test.ts)_
|
|
1333
1333
|
|
|
1334
1334
|
## `sf apex list log`
|
|
1335
1335
|
|
|
@@ -1369,7 +1369,7 @@ EXAMPLES
|
|
|
1369
1369
|
$ sf apex list log --target-org me@my.org
|
|
1370
1370
|
```
|
|
1371
1371
|
|
|
1372
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1372
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/apex/list/log.ts)_
|
|
1373
1373
|
|
|
1374
1374
|
## `sf apex run`
|
|
1375
1375
|
|
|
@@ -1416,7 +1416,7 @@ EXAMPLES
|
|
|
1416
1416
|
$ sf apex run
|
|
1417
1417
|
```
|
|
1418
1418
|
|
|
1419
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1419
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/apex/run.ts)_
|
|
1420
1420
|
|
|
1421
1421
|
## `sf apex run test`
|
|
1422
1422
|
|
|
@@ -1562,7 +1562,7 @@ FLAG DESCRIPTIONS
|
|
|
1562
1562
|
--tests Test1 --tests Test2
|
|
1563
1563
|
```
|
|
1564
1564
|
|
|
1565
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1565
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/apex/run/test.ts)_
|
|
1566
1566
|
|
|
1567
1567
|
## `sf apex tail log`
|
|
1568
1568
|
|
|
@@ -1605,7 +1605,7 @@ EXAMPLES
|
|
|
1605
1605
|
$ sf apex tail log --color --skip-trace-flag
|
|
1606
1606
|
```
|
|
1607
1607
|
|
|
1608
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1608
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/apex/tail/log.ts)_
|
|
1609
1609
|
|
|
1610
1610
|
## `sf api request graphql`
|
|
1611
1611
|
|
|
@@ -3704,7 +3704,7 @@ EXAMPLES
|
|
|
3704
3704
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3705
3705
|
```
|
|
3706
3706
|
|
|
3707
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3707
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/logic/get/test.ts)_
|
|
3708
3708
|
|
|
3709
3709
|
## `sf logic run test`
|
|
3710
3710
|
|
|
@@ -3826,7 +3826,7 @@ FLAG DESCRIPTIONS
|
|
|
3826
3826
|
--tests Test1 --tests Test2
|
|
3827
3827
|
```
|
|
3828
3828
|
|
|
3829
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3829
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.3/src/commands/logic/run/test.ts)_
|
|
3830
3830
|
|
|
3831
3831
|
## `sf org assign permset`
|
|
3832
3832
|
|
|
@@ -4736,7 +4736,7 @@ EXAMPLES
|
|
|
4736
4736
|
$ sf org list auth
|
|
4737
4737
|
```
|
|
4738
4738
|
|
|
4739
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4739
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/list/auth.ts)_
|
|
4740
4740
|
|
|
4741
4741
|
## `sf org list limits`
|
|
4742
4742
|
|
|
@@ -5036,7 +5036,7 @@ FLAG DESCRIPTIONS
|
|
|
5036
5036
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5037
5037
|
```
|
|
5038
5038
|
|
|
5039
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5039
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/access-token.ts)_
|
|
5040
5040
|
|
|
5041
5041
|
## `sf org login jwt`
|
|
5042
5042
|
|
|
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
|
|
|
5127
5127
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5128
5128
|
```
|
|
5129
5129
|
|
|
5130
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5130
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/jwt.ts)_
|
|
5131
5131
|
|
|
5132
5132
|
## `sf org login sfdx-url`
|
|
5133
5133
|
|
|
@@ -5197,7 +5197,7 @@ EXAMPLES
|
|
|
5197
5197
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5198
5198
|
```
|
|
5199
5199
|
|
|
5200
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5200
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/sfdx-url.ts)_
|
|
5201
5201
|
|
|
5202
5202
|
## `sf org login web`
|
|
5203
5203
|
|
|
@@ -5302,7 +5302,7 @@ FLAG DESCRIPTIONS
|
|
|
5302
5302
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5303
5303
|
```
|
|
5304
5304
|
|
|
5305
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5305
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/web.ts)_
|
|
5306
5306
|
|
|
5307
5307
|
## `sf org logout`
|
|
5308
5308
|
|
|
@@ -5368,7 +5368,7 @@ FLAG DESCRIPTIONS
|
|
|
5368
5368
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5369
5369
|
```
|
|
5370
5370
|
|
|
5371
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5371
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/logout.ts)_
|
|
5372
5372
|
|
|
5373
5373
|
## `sf org open`
|
|
5374
5374
|
|