Destroy
Destroys a blog article.
Command
Arguments
[URLTITLE]
- The URL title of the articleIf argument is empty, then all blog articles will be listed for the user to select one from, and delete.
If multiple articles have the same URL title, then all blog articles with that URL title will be listed for the user to select one from, and delete.
Examples
$ eucalypt b article destroy
Lists all blog articles for the user to select one from, and delete.
$ eucalypt b article destroy my-first-blog-post
Deletes a blog article with a URL title of
my-first-blog-post
.
Last updated