feat: jit ui-bundle-dev plugin @W-21819709#2666
feat: jit ui-bundle-dev plugin @W-21819709#2666iowillhoit merged 3 commits intosalesforcecli:mainfrom
Conversation
package.json
Outdated
| "@salesforce/plugin-flow": "1.0.5", | ||
| "@salesforce/plugin-lightning-dev": "6.2.17", | ||
| "@salesforce/plugin-signups": "2.6.60", | ||
| "@salesforce/plugin-ui-bundle-dev": "1.2.1", |
There was a problem hiding this comment.
Will this run into any issues sharing the ui-bundle topic with template generation?
There was a problem hiding this comment.
@bpbuch , Can you please publish latest version and update the same here ? probably 1.2.2
We've a new PR validated & merged this morning : https://github.com/salesforcecli/plugin-ui-bundle-dev/commits/main/
There was a problem hiding this comment.
Also, we could consider adding this to NUTs since we already have tests for our plugin (plugin-ui-bundle-dev).
Maybe we can follow a pattern similar to this PR: https://github.com/salesforcecli/cli/pull/2608/changes
There was a problem hiding this comment.
Will this run into any issues sharing the ui-bundle topic with template generation?
Nope. The top-level topics for plugin-templates is generate template
What does this PR do?
Adds
@salesforce/plugin-ui-bundle-devas a JITAcceptance Criteria
Running a command provided by
@salesforce/plugin-ui-bundle-devon a fresh CLI install automatically triggers JIT installation of the plugin.No regression to existing JIT or core plugin behavior.
Testing Notes
Testing can be verified by invoking
ui-bundledev command via sf on a clean install and confirming the plugin is automatically installed and the command executes successfullyChecklist
What issues does this PR fix or reference?
@W-21819709@