lets icon indicating copy to clipboard operation
lets copied to clipboard

add remote mixins

Open kindermax opened this issue 1 year ago • 1 comments

To be able to use shared lets configs we could introduce remote mixins

PoC would look like this

mixins:
 - lets.test.yaml
 - url: https://some.path.com/lets.lint.yaml
   version: v1

This will download this mixin in .lets dir and cache it

Thing to consider:

  • how to version remote url ?
  • do we need to use latest ?
  • how to force download or cleanup remote mixins ?
  • what if network is unavailable ? how long to wait ?
  • terminal progress UI for downloading (--upgrade command would benefit from it too)

kindermax avatar Jul 29 '22 09:07 kindermax

mvp is in 49 version. Still a lot todo

kindermax avatar Aug 01 '22 16:08 kindermax