lispercat / sailpoint-iiq-dev-accelerator

VSCode extension to accelerate and facilitate development by directly interacting with the target Sailpoint IIQ server
MIT License
30 stars 11 forks source link

It should be possible to import several files or files in a folder #40

Closed yannick-beot-sp closed 1 year ago

yannick-beot-sp commented 1 year ago

At this moment, it is only possible to important 1 file from the file explorer. A "Solution" can be composed of several objects and thus, several XML files. These files can be in a single folder.

To ease the deployments of "artifacts", it should be possible to import several files.

lispercat commented 1 year ago

There are a few ways to import files: 1) Import one current file 2) Import all uncommitted changes 3) Import all open files in the workspace 4) Build and import the whole SSB set

On Thu, Mar 16, 2023 at 9:18 AM yannick-beot-sp @.***> wrote:

At this moment, it is only possible to important 1 file from the file explorer. A "Solution" can be composed of several objects and thus, several XML files. These files can be in a single folder.

To ease the deployments of "artifacts", it should be possible to import several files.

— Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZB5KDS6A2WVWRLNAU3TW4MHJZANCNFSM6AAAAAAV5GOHKE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yannick-beot-sp commented 1 year ago

How do you "Import all open files in the workspace"?

lispercat commented 1 year ago

Ctrl-Shift-p and type "iiq deploy open files"

On Thu, Mar 16, 2023 at 9:41 AM yannick-beot-sp @.***> wrote:

How do you "Import all open files in the workspace"?

— Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/40#issuecomment-1471973614, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZB4OF2A7BMYIDACIZFDW4MJ6XANCNFSM6AAAAAAV5GOHKE . You are receiving this because you commented.Message ID: @.***>

lispercat commented 1 year ago

Merged