github.com/jbramsden/hugo@v0.47.1/docs/content/en/commands/hugo_list_expired.md (about)

     1  ---
     2  date: 2018-08-17
     3  title: "hugo list expired"
     4  slug: hugo_list_expired
     5  url: /commands/hugo_list_expired/
     6  ---
     7  ## hugo list expired
     8  
     9  List all posts already expired
    10  
    11  ### Synopsis
    12  
    13  List all of the posts in your content directory which has already
    14  expired.
    15  
    16  ```
    17  hugo list expired [flags]
    18  ```
    19  
    20  ### Options
    21  
    22  ```
    23    -h, --help   help for expired
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29        --config string    config file (default is path/config.yaml|json|toml)
    30        --debug            debug output
    31        --log              enable Logging
    32        --logFile string   log File path (if set, logging enabled automatically)
    33        --quiet            build in quiet mode
    34    -s, --source string    filesystem path to read files relative from
    35    -v, --verbose          verbose output
    36        --verboseLog       verbose logging
    37  ```
    38  
    39  ### SEE ALSO
    40  
    41  * [hugo list](/commands/hugo_list/)	 - Listing out various types of content
    42  
    43  ###### Auto generated by spf13/cobra on 17-Aug-2018