# List all content files
hwaro tool list all
# List only draft files
hwaro tool list drafts
# List only published files
hwaro tool list published
# List files in a specific directory
hwaro tool list all -c posts
# Output result as JSON
hwaro tool list all --json
Options
Flag
Description
-c, --content DIR
Limit listing to a specific content directory
-j, --json
Output result as JSON
-h, --help
Show help
Filters
Filter
Description
all
Show all content files
drafts
Show only files with draft = true
published
Show only files with draft = false or no draft field