ember_destroy
Remove code previously generated by Ember CLI generators, targeting specific blueprints and names to clean up project files.
Instructions
Destroys code generated by generate command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint | Yes | Blueprint to destroy | |
| name | No | Name of the code to destroy | |
| dry_run | No | Show what would be destroyed | |
| verbose | No | Show verbose output | |
| pod | No | Use pod structure | |
| classic | No | Use classic structure | |
| dummy | No | Destroy in dummy app | |
| in_repo_addon | No | Destroy in in-repo addon | |
| in | No | Destroy in specific path | |
| typescript | No | Target TypeScript files | |
| cwd | No | Working directory to run the command in |