-
Notifications
You must be signed in to change notification settings - Fork 961
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge ext:* --local launch branch into master (#4257)
* Add a --local flag to ext:install (#4204) * mvp for install --local * format * resolve merge conflict * format * check for duplicates from the manifest * address comments * Add unit tests * Add tests * void promises * Update ext-install.ts * simplify * Update manifest.ts Co-authored-by: joehan <[email protected]> * Extensions - Move manifest related util into manifest.ts (#4217) * move util to manifest.ts * Update paramHelper.ts * Add --local flag to ext:configure (#4219) * Allow configure --local * format * write new values to manifest * Update ext-configure.ts * Cleanup * Add tests * fix tests * fix comments * Add --local flag to ext:uninstall command. (#4223) * uninstall --local * Add tests * Update manifest.spec.ts * Fix tests with factory * Update manifest.spec.ts * PR fixes * Add --local flag to ext:update (#4234) * Update ext-update.ts * write to manifest * Handle missing manifest params during update * Better logging * Update ext-update.ts * Fix tests * Add deprecation warning to ext:* commands in favor of --local flag (#4243) * add deprecation warning * fixes * Add preview warning when running with --local * Revert "Add preview warning when running with --local" This reverts commit 8b3e8c1. * Revert "Revert "Add preview warning when running with --local"" This reverts commit 3c2e6f7. * pr fixes Co-authored-by: joehan <[email protected]>
- Loading branch information
Showing
14 changed files
with
806 additions
and
220 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
Oops, something went wrong.