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

Feat: CLI `polywrap codegen` Command

Open dOrgJelli opened this issue 3 years ago • 0 comments

I think the CLI interface should be:

polywrap codegen
polywrap build
polywrap deploy
polywrap infra
polywrap create
polywrap run

Where each command decides internally what projects it works with.

This PR consolidates the polywrap plugin codegen and polywrap app codegen commands into a single polywrap codegen command. Additionally it refines best-practices about what options should be defined in polywrap manifest files and which are provided on the CLI.

NOTE: see the todo file for WIP impl notes

TODO:

  • [ ] option to override any property
  • [ ] option to specify a override fragment yaml file

closes: #1153

dOrgJelli avatar Jul 16 '22 11:07 dOrgJelli