Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New dev deploy flag to select packages to exclude from deploy #946

Open
jacobbmay opened this issue Sep 27, 2024 · 0 comments
Open

New dev deploy flag to select packages to exclude from deploy #946

jacobbmay opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jacobbmay
Copy link

Is your feature request related to a problem? Please describe

Currently there is already the -p flag that lets you select specific packages in a bundle to deploy. This is great when you want to test deploying a specific package or a few packages from the bundle. However there is currently no flag to do the inverse of that. During development there are times when I want to deploy a whole bundle except for 1 or 2 packages. Currently this requires using the -p flag and listing every other package in the bundle I don't want to exclude.

Describe the solution you'd like

  • Given a bundle that contains a set of packages
  • When I run a dev deploy with the --placeholder flag and a list of packages
  • Then the bundle deploys but skips the packages listed for the new flag

Additional context

This is primarily an improvement for bundle developer experience so I am fine with this new option only being added to the dev deploy command instead of the regular deploy command to keep things simple for end users consuming bundle artifacts.

@jacobbmay jacobbmay added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant