You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
add new msm command to reprocess the manifest.yml msm remanifest cool-skill-name
or
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.
The text was updated successfully, but these errors were encountered:
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):
msm remanifest cool-skill-name
or
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.
The text was updated successfully, but these errors were encountered: