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

CLI command to copy a block from the block collection to the current project #2353

Open
shsteimer opened this issue May 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@shsteimer
Copy link

Is your feature request related to a problem? Please describe.
Give developers and easy way of adding block collection blocks to their boilerplate based projects

Describe the solution you'd like
A cli command along the lines of aem install block ${blockName}

Describe alternatives you've considered
My hunch is today this happens in one of 2 ways, a local checkout of block collection (that then needs to be kept up to date) or going to GitHub and copying file contents manually. Neither of those is overly cumbersome, but this would just add a small improvement to that workflow.

In terms of naming the command, I like using install ${sub-command} because it allows a bit of future extensibility for future sub-commands we may want to support (sidekick plugins, for example)

Additional context
Add any other context or screenshots about the feature request here.

@shsteimer shsteimer added the enhancement New feature or request label May 3, 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