I didn’t see the 'hub upgrade'
commands in v1.0 of cscli
but figured I’d give it a go. Unfortunately the upgrade
option within hub
isn’t an option.
The command cscli collection
does have an upgrade
option however each collection needs to be individually entered on the on the command line:
Usage:
cscli collections upgrade collection [flags]
Examples:
cscli collections upgrade crowdsec/xxx crowdsec/xyz
Currently I’ve 8 collections installed. In the past I’ve simply added an --all
flag to the upgrade command. I’m a bit lazy and found upgrading all at once rather nice. With v1.0 that flag seems to have been removed.
Oddly the list of commands for bouncers doesn’t have upgrade
listed:
Available Commands:
add add bouncer
delete delete bouncer
list List bouncers
I’m not sure why the upgrade command for bouncers isn’t available.