enhancement: add deprecation notice to cscli dashboard prerun (#3079)

This commit is contained in:
Laurence Jones 2024-06-11 09:34:37 +01:00 committed by GitHub
parent 1d08edc200
commit 24687e982a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,8 @@ cscli dashboard remove
}
}
log.Warn("cscli dashboard will be deprecated in version 1.7.0, read more at https://docs.crowdsec.net/blog/cscli_dashboard_deprecation/")
return nil
},
}