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