NAME
pft ls - List objects in your PFT site
SYNOPSYS
pft ls <class> [options] pft ls --help
DESCRIPTION
List objects.
The general usage provides a class of objects to lists. For instance
pft ls tags
Will list all the tags from all pages and entries.
CLASSES
A number of possible classes can be specified. Here follows a list with a short description, while better details can be found in the main pft
manpage (man pft
).
- pages
-
List all regular pages in
ROOT/content/pages
.This class supports the
--pretty
argument. - blog
-
List all blog pages in
ROOT/content/blog
. This includes daily entries and monthly entriesThis class supports the
--pretty
argument. -
Scan through all entries and list all used tags.
This class supports the
--count
argument. If supplied the tag usage count is also reported. - tagpages
-
List all tag pages, that is pages describing tags.
This class supports the
--pretty
argument.