βž–component:remove

removing a component

Commands Definition and Purpose

What does it do?

We have a bunch of components but we would like to remove someΧ Χ©Χ“Χ™

There is a command to remove a component from the internal repository to achieve that - "remove"

How to run?

Still looking at the "AboutHero" component we showed in the past examples

drimz component:remove local/AboutHero

the syntax is: drimz component:remove <component_name>

Did it work?

As usual, we will simply see an output that indicates the component was removed

However, just like in git cmd, it is best to run drimz status to see the result so we had one component, running status:

And now the list is empty πŸ˜ƒ

Last updated