emulsify-ds / emulsify-cli

Command line interface for Emulsify
GNU General Public License v2.0
4 stars 4 forks source link

[BUG] Emulsify Init should grab the latest version of the starter without #230

Open mikeethedude opened 1 year ago

mikeethedude commented 1 year ago

Describe the bug We may have a bug or at least a hiccup in documentation. emulsify init "theme_name" does not seem to produce the same result as emulsify init "Theme Name" --starter https://github.com/emulsify-ds/emulsify-drupal.git --platform drupal. Passing the repo directly should get the latest tag which I would expect to be equivalent to not passing it when we auto-detect the platform. Some wires may be crossed there.

To Reproduce Steps to reproduce the behavior:

  1. Set up a new drupal site
  2. `emuslify init "theme_name"
  3. go to the installed theme
  4. Install compound with a branch

Expected behavior The latest tagged version of emulsify-drupal should be installed when not specifying the repo and drupal is detected.

Desktop (please complete the following information):

Additional context This was noticed when looking for a specific component from compound that should auto install.

mikeethedude commented 1 year ago

Coming back to fill this out more.