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

Make configure command independent of Apply command #293

Merged

Conversation

ayushn21
Copy link
Member

@ayushn21 ayushn21 commented May 4, 2021

This is a 🙋 feature or enhancement.

Summary

Currently the bridgetown configure command invokes bridgetown apply under the hood. I've tweaked it so the configure command now directly calls Thor's apply method to execute the bundled configurations.

Going forward this will allow us to expose utility methods and instance variables (like @site potentially) just to our bundled configuration scripts and keep them isolated from what we expose to third party automations.

@jaredcwhite
Copy link
Member

Nice, sounds good.

@ayushn21 ayushn21 merged commit 56cf599 into bridgetownrb:main May 4, 2021
@ayushn21 ayushn21 deleted the change-configure-command-execution-method branch May 4, 2021 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants