docs: Regenerate CLI docs

This commit is contained in:
Bjørn Erik Pedersen
2019-07-24 09:40:41 +02:00
parent 23adc0c2d9
commit 215d2ed883
34 changed files with 856 additions and 271 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2019-03-26
date: 2019-07-24
title: "hugo"
slug: hugo
url: /commands/hugo/
@@ -43,6 +43,7 @@ hugo [flags]
-h, --help help for hugo
--i18n-warnings print missing translations
--ignoreCache ignores the cache directory
--ignoreVendor ignores any _vendor directory
-l, --layoutDir string filesystem path to layout directory
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
@@ -68,12 +69,14 @@ hugo [flags]
* [hugo check](/commands/hugo_check/) - Contains some verification checks
* [hugo config](/commands/hugo_config/) - Print the site configuration
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
* [hugo deploy](/commands/hugo_deploy/) - Deploy your site to a Cloud provider.
* [hugo env](/commands/hugo_env/) - Print Hugo version and environment info
* [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
* [hugo import](/commands/hugo_import/) - Import your site from others.
* [hugo list](/commands/hugo_list/) - Listing out various types of content
* [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers.
* [hugo new](/commands/hugo_new/) - Create new content for your site
* [hugo server](/commands/hugo_server/) - A high performance webserver
* [hugo version](/commands/hugo_version/) - Print the version number of Hugo
###### Auto generated by spf13/cobra on 26-Mar-2019
###### Auto generated by spf13/cobra on 24-Jul-2019