wrap-cli
wrap-cli copied to clipboard
Require Wrapper Naming
Describe the bug
Currently when you create a wasm wrapper using the template project via the CLI, the name is already set to template-wasm-as. Users often overlook this name field and deploy it without modification. See wrappers.io for examples of this.
Please provide the steps to reproduce and if possible a minimal demo of the problem.
I think we want to remove the text from the field, and force the user to manually set it. Or we could add it to the create command and have it intake the user's project name which gets set in the polywrap.yaml manifest.