github.com/rabbouni145/gg@v0.47.1/docs/content/en/commands/hugo_env.md (about) 1 --- 2 date: 2018-08-17 3 title: "hugo env" 4 slug: hugo_env 5 url: /commands/hugo_env/ 6 --- 7 ## hugo env 8 9 Print Hugo version and environment info 10 11 ### Synopsis 12 13 Print Hugo version and environment info. This is useful in Hugo bug reports. 14 15 ``` 16 hugo env [flags] 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for env 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 -v, --verbose verbose output 34 --verboseLog verbose logging 35 ``` 36 37 ### SEE ALSO 38 39 * [hugo](/commands/hugo/) - hugo builds your site 40 41 ###### Auto generated by spf13/cobra on 17-Aug-2018