44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
## cscli upgrade collection
|
|
|
|
Upgrade collection configuration(s)
|
|
|
|
### Synopsis
|
|
|
|
Upgrade one or more collection configurations
|
|
|
|
```
|
|
cscli upgrade collection [config] [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
- cscli upgrade collection crowdsec/apache-lamp
|
|
- cscli upgrade collection -all
|
|
- cscli upgrade collection crowdsec/apache-lamp --force
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for collection
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--all Upgrade all configuration in scope
|
|
-c, --config-dir string Configuration directory to use. (default "/etc/crowdsec/cscli/")
|
|
--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
|
|
|
|
* [cscli upgrade](cscli_upgrade.md) - Upgrade configuration(s)
|
|
|
|
###### Auto generated by spf13/cobra on 15-May-2020
|