hugo/docs/content/commands/hugo_list_expired.md

43 lines
945 B
Markdown
Raw Normal View History

2016-06-22 12:03:18 +00:00
---
date: 2017-05-23T20:59:46+03:00
2016-06-22 12:03:18 +00:00
title: "hugo list expired"
slug: hugo_list_expired
url: /commands/hugo_list_expired/
---
## hugo list expired
List all posts already expired
### Synopsis
List all of the posts in your content directory which has already
expired.
```
hugo list expired [flags]
```
### Options
```
-h, --help help for expired
2016-06-22 12:03:18 +00:00
```
### Options inherited from parent commands
```
2016-10-05 08:23:45 +00:00
--config string config file (default is path/config.yaml|json|toml)
2017-04-26 20:40:21 +00:00
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
2016-12-20 08:39:12 +00:00
--quiet build in quiet mode
2016-06-22 12:03:18 +00:00
-s, --source string filesystem path to read files relative from
-v, --verbose verbose output
--verboseLog verbose logging
```
### SEE ALSO
* [hugo list](/commands/hugo_list/) - Listing out various types of content
###### Auto generated by spf13/cobra on 23-May-2017