wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

CLI: Generic Dependency Fetchers

Open dOrgJelli opened this issue 3 years ago • 0 comments

Currently in the Modular Infra Command PR, @namesty has added the concept of "Dependency Fetchers": https://github.com/polywrap/monorepo/blob/modular-testenv/packages/cli/src/lib/infra/InfraDependencyFetcher.ts

They're currently tailored to the infra pipeline, but we can make them generic and reusable for other commands like deploy & create.

Some additional dependency fetchers we can add:

  • Git
  • IPFS
  • etc

dOrgJelli avatar Jun 07 '22 01:06 dOrgJelli