List
Display the metadata of blog articles.
Command
$ eucalypt blog article list
# Alias/shortened
$ eucalypt b article list
$ eucalypt b article l
$ eucalypt b a list
$ eucalypt b a lOptions/flags
--descendingalias-d, (Default: True)Specify whether or not to display blog articles in descending order (newest first).
--ascendingalias-a, (Default: False)Specify whether or not to display blog articles in ascending order (oldest first).
--tagalias-tSearch for blog articles by the specified tag (can be combined with the other search filters).
--yearalias-YSearch for blog articles by the specified year (can be combined with the other search filters).
--monthalias-MSearch for blog articles by the specified month (can be combined with the other search filters).
--dayalias-DSearch for blog articles by the specified day (can be combined with the other search filters).
Examples
$ eucalypt b article list -dDisplay all blog articles in descending order (newest first).
$ eucalypt b article list -aDisplay all blog articles in ascending order (oldest first).
$ eucalypt b article list -t programmingSearch for blog articles with the
programmingtag.$ eucalypt b article list -Y 2014Search for blog articles written in 2014.
$ eucalypt b article list -Y 2016 -D 07Search for blog articles written on the 7th of any month in 2016.
$ eucalypt b article list -M 10 -D 31Search for blog articles written on Halloween (any year).
$ eucalypt b article list -t programming -M 12 -D 25Search for blog articles with the
programmingtag, written on Christmas Day (sad, I know).
Last updated