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 it worthwhile to add an "AddDependency" command? Would be slightly easier than modifying the config file in Notepad each time.
]Dado.AddDependency 'URL' 'Version'
URL can probably either be full URL or Just Org/Repo (then hits against same server current project is in). Maybe if version isn't given it grabs the latest release.
Could extend to take multiple dependencies at once -- but probably not much gained with that. Easy enough for user to run again.
If others think this is a good idea I could create the change & pull request.
The text was updated successfully, but these errors were encountered:
I think I may have this already, just not exposed properly. Will take a look. Also I would like to have to automatically bump up the version number of dependency. Right now I edit the config file manually, which is annoying.
Is it worthwhile to add an "AddDependency" command? Would be slightly easier than modifying the config file in Notepad each time.
]Dado.AddDependency 'URL' 'Version'
URL can probably either be full URL or Just Org/Repo (then hits against same server current project is in). Maybe if version isn't given it grabs the latest release.
Could extend to take multiple dependencies at once -- but probably not much gained with that. Easy enough for user to run again.
If others think this is a good idea I could create the change & pull request.
The text was updated successfully, but these errors were encountered: