crowdsec/docs/cscli/cscli_upgrade_scenario.md
2020-07-22 10:25:23 +02:00

953 B

cscli upgrade scenario

Upgrade scenario configuration(s)

Synopsis

Upgrade one or more scenario configurations

cscli upgrade scenario [config] [flags]

Examples

 - cscli	upgrade scenario -all  
 - cscli upgrade scenario crowdsec/http-404 --force  

Options

  -h, --help   help for scenario

Options inherited from parent commands

      --all             Upgrade all configuration in scope
  -c, --config string   path to crowdsec config file (default "/etc/crowdsec/config/default.yaml")
      --debug           Set logging to debug.
      --error           Set logging to error.
      --force           Overwrite existing files, even if tainted
      --info            Set logging to info.
  -o, --output string   Output format : human, json, raw. (default "human")
      --warning         Set logging to warning.

SEE ALSO