aws / codecatalyst-blueprints

Apache License 2.0
48 stars 18 forks source link

feat(blueprints-cli): support --instance for previews #564

Closed alexforsyth closed 1 month ago

alexforsyth commented 1 month ago

Issue

It was fairly annoying to see how code changes on blueprint would impact an existing blueprint instance when it was upgraded.

Description

Added the ability to preview directly across blueprint instances:

yarn blueprint:preview --space <<my-space>> --project <<my-proj>> --instance <<instance-id-in-proj>>
yarn blueprint:preview --space alex-forsyth --project awesome-stuff --instance 1f671495-b784-abced-869b-f93c0147d08f

Testing

How was this change tested?

Additional context

Add any other context about the PR here.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.