UI Plugins: Adding ui-plugins command group for managing plugins in ISC - #248
Draft
jeremy-gooch-sp wants to merge 48 commits into
Draft
UI Plugins: Adding ui-plugins command group for managing plugins in ISC#248jeremy-gooch-sp wants to merge 48 commits into
jeremy-gooch-sp wants to merge 48 commits into
Conversation
…g out future subcommands
…onally, adding command with alias to just run validation for plugin manifest.
…n just slotId as a list of strings
…to match what UMS expects
…or structural validation only
CSTM-190: Adding UI Plugins Command Group and stubbing out subcommands
… not found status for creating the plugin instance
…t UMS. Updating create command documentation.
…preview for ui-plugins
…uired, but allowing for empty objects, to match the pattern that UMS expects
CSTM-191: Adding manifest validation for ui-plugin workspaces. Additionally, adding command with alias to just run validation for plugin manifest.
CSTM-193: UI Plugins Create Command
CSTM-228: Adding list and delete commands to ui-plugins command group
…s (existing project with --path, and net-new project). Restructured existing fetch command to support ui-plugins archive retrieval.
Implements the `sail ui-plugins init` command (previously a stub) that gets a plugin author to a clean starting point in one step — either scaffolding a new Angular workspace or wiring an existing project for the SDK.
…or the upload scenarios
CSTM-196: Adding ui-plugins upload command
CSTM-194: Adding link and unlink commands to ui-plugins
CSTM-195: Adding the update command to the ui-plugins command group
CSTM-348: Updating the docs for current ui-plugins commands and command group
CSTM-343: Adding enable and disable commands to ui-plugins command group
…istering the chdir-back cleanup
…branch." This reverts commit 49a001a.
CSTM-393: Fix Windows CI failures in ui-plugins by TempDir cleanup ordering
…eaders based off of create/link response. Adding fallback as well for schema project name drift.
CSTM-409: Adding updates to angular schema to add custom dev server headers based off of create/link response. Adding fallback as well for schema project name drift.
…sions check if OS is windows
…g ui-plugins" This reverts commit 58d3c49.
CSTM-416: Temp commit to run windows prb on branches targeting ui-plugins
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds the UI Plugins command group to the CLI for managing plugins on plugin enabled tenants.
How Has This Been Tested?
All changes have been tested before being merged into this feature branch. These include:
sail ui-plugins initcommand (previously a stub) that gets a plugin author to a clean starting point in one step — either scaffolding a new Angular workspace or wiring an existing project for the SDK. #241