tucked / yaas

Yet Another Ambari Shell
MIT License
0 stars 2 forks source link

Remove all blueprints. #23

Closed dmtucker closed 8 years ago

dmtucker commented 8 years ago
yaas blueprint remove --all

would be handy :)

karth295 commented 8 years ago

yaas blueprint ls | xargs yaas blueprint rm

Otherwise, rm would have to make the call to get the list, then individually make a call to delete each blueprint. I don't think you can delete in batch.

dmtucker commented 8 years ago

++xargs