hugo/testscripts/commands
Bjørn Erik Pedersen 12dc9a6e4a deploy: Fix deploy defaults for non-zero flag values (e.g. maxDeletes, invalidateCDN)
This was broken in the config rewrite in Hugo 0.112.0.

The workaround is to be explicit about setting these flag values (even if just using the defaults), e.g.:

```
hugo deploy --invalidateCDN --maxDeletes 256
```

Fixes #11127
2023-06-18 19:38:34 +02:00
..
commands_errors.txt
completion.txt
config.txt
convert.txt
deploy.txt deploy: Fix deploy defaults for non-zero flag values (e.g. maxDeletes, invalidateCDN) 2023-06-18 19:38:34 +02:00
env.txt
gen.txt commands: Add TLS/HTTPS support to hugo server 2023-06-05 09:53:53 +02:00
hugo.txt
hugo__configdir.txt
hugo__errors.txt
hugo__flags.txt
hugo__noconfig.txt Don't create the public folder unless needed 2023-05-28 12:55:44 +02:00
hugo__processingstats.txt Fix Processed images count regression for multiple languages 2023-05-28 12:55:44 +02:00
hugo__publishdir_in_config.txt
hugo__watch.txt Don't inject livereload script on hugo -w 2023-06-02 09:04:00 +02:00
hugo_configdev_env.txt
hugo_configdev_environment.txt
hugo_configprod.txt
hugo_printpathwarnings.txt
hugo_printunusedtemplates.txt
import_jekyll.txt
list.txt
mod.txt
mod__themesdir.txt commands: Reinstate some of the removed build flags (e.g. --theme) to new and mod 2023-05-28 12:55:44 +02:00
mod_npm.txt
mod_tidy.txt
new.txt commands: Reinstate some of the removed build flags (e.g. --theme) to new and mod 2023-05-28 12:55:44 +02:00
server.txt
server__edit_config.txt
server__edit_content.txt
server__multihost.txt
server_render_static_to_disk.txt
server_render_to_memory.txt Fix handling of aliases (e.g. hugo serve) 2023-06-13 10:47:51 +02:00
version.txt