Skip to content

Commit

Permalink
toolbox:package:dependencies:install fails when trying to install non…
Browse files Browse the repository at this point in the history
…-pinned dependencies

Fixes #9

Locking the dependency on `salesforce-alm` to only v54.0.2 and not anything greater.
  • Loading branch information
ImJohnMDaniel committed Jan 5, 2023
1 parent db9df69 commit 5038636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ EXAMPLE
$ toolbox:package:dependencies:install -u MyScratchOrg -v MyDevHub -k "1:MyPackage1Key 2: 3:MyPackage3Key" -b "DEV"
```

_See code: [src/commands/toolbox/package/dependencies/install.ts](https://github.com/ImJohnMDaniel/sfdx-toolbox-package-utils/blob/v0.8.3/src/commands/toolbox/package/dependencies/install.ts)_
_See code: [src/commands/toolbox/package/dependencies/install.ts](https://github.com/ImJohnMDaniel/sfdx-toolbox-package-utils/blob/v0.8.4/src/commands/toolbox/package/dependencies/install.ts)_

## `sfdx toolbox:package:dependencies:manage [-b <string>] [--updatetoreleased | --updatetolatest] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -140,5 +140,5 @@ EXAMPLE
[email protected]
```

_See code: [src/commands/toolbox/package/dependencies/manage.ts](https://github.com/ImJohnMDaniel/sfdx-toolbox-package-utils/blob/v0.8.3/src/commands/toolbox/package/dependencies/manage.ts)_
_See code: [src/commands/toolbox/package/dependencies/manage.ts](https://github.com/ImJohnMDaniel/sfdx-toolbox-package-utils/blob/v0.8.4/src/commands/toolbox/package/dependencies/manage.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"fs-extra": "^10.0.1",
"inquirer": "^8.2.1",
"intercept-stdout": "^0.1.2",
"salesforce-alm": "^54.0.2",
"salesforce-alm": "54.0.2",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5038636

Please sign in to comment.