remove Command¶
gtb remove removes generated components from a project. Part of the
framework-developer CLI. See Removing Commands.
Usage¶
Subcommands¶
| Subcommand | Purpose |
|---|---|
command |
Remove a command from the project. |
remove command¶
| Flag | Default | Description |
|---|---|---|
--name, -n |
— | Command name to remove (kebab-case). |
--parent |
root |
Parent command name. |
--path, -p |
. |
Project root. |
Run with
--helpfor the complete, authoritative flag set.