-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: use npm for plugin operations (#776)
* feat: add npm and pnpm options * feat!: use npm for installs BREAKING CHANGES: use npm for all plugin operations * chore: bump to v5 prerelease * fix: remove yarn.lock * test: skip sf integration tests * fix: force rm yarn.lock * fix: use fork for npm show * feat: remove all yarn functionality * chore: clean up * test: debug failing windows tests * feat: add --npm-log-level flag * chore: clean up * test: debug failing windows tests * test: compilation errors * fix: use CLIError * test: debug failing windows tests * test: debug failing windows tests * test: debug failing windows tests * chore: remove unused dep * chore: clean up * fix: add suggestion for failed install * fix: npm-run-path is actually needed * test: debug failing windows tests * test: debug failing windows tests * test: extend timeout * test: renable sf integration tests * feat: simplify logging options * fix: clean up yarn.lock and node_modules if they exist * perf: spawn new process for removing node_modules * chore(release): 5.0.0-beta.1 [skip ci] * chore(release): 5.0.0-beta.2 [skip ci] * chore(release): 5.0.0-beta.3 [skip ci] * chore(release): 5.0.0-beta.4 [skip ci] * fix: reinstall plugin from url if applicable * feat: better logging * fix: uninstall mis-scoped plugin * fix: warn about missing expected files after github install * fix: add type * feat: improve ux when no output from npm * chore(release): 5.0.0-beta.5 [skip ci] * fix: display name when uninstalling wiht no args * test: set timeout on install test * fix: ensure dir exists before checking for name * chore(release): 5.0.0-beta.6 [skip ci] --------- Co-authored-by: svc-cli-bot <svc_cli_bot@salesforce.com> Co-authored-by: Eric Willhoit <ewillhoit@salesforce.com>
- Loading branch information
1 parent
ebaff4a
commit 8e632b7
Showing
21 changed files
with
1,082 additions
and
1,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.