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

Command or option to re-process manifest.yml and/or install skill from specified branch #100

Open
jrwarwick opened this issue Jan 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jrwarwick
Copy link

Is your feature request related to a problem? Please describe.
If a change to a skill includes changes to manifest.yml there is no way to test the change unless you commit back to main/master branch and uninstall-reinstall the skill from repo.

Describe the solution you'd like
Either (both even better):

  1. add new msm command to reprocess the manifest.yml msm remanifest cool-skill-name
    or
  2. allow msm installs to specify specific branch by name that will be checked out before the manifest.yml processing of the installation begins msm install cool-skill-name --skill-branch bugfix-branch-name-containing-edits-to-manifest https://github.com/abc/xyz.git

Describe alternatives you've considered
mucking up main/master branch which i don't fancy, or doing performing a direct git check-out to /tmp then just "mv" the directory into skills dir after every manifest change.

@jrwarwick jrwarwick added the enhancement New feature or request label Jan 14, 2022
@krisgesling
Copy link
Contributor

Yeah, agreed.

Could also be:

  • msm reinstall .
  • msm install-deps
  • ?

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

2 participants