Commit 08958d6 1 parent 553f95f commit 08958d6 Copy full SHA for 08958d6
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ func (cli *cliDashboard) NewCommand() *cobra.Command {
25
25
Short : "Manage your metabase dashboard container [requires local API]" ,
26
26
DisableAutoGenTag : true ,
27
27
RunE : func (_ * cobra.Command , _ []string ) error {
28
- return errors .New ("command 'dashboard' has been removed, please read https://... " )
28
+ return errors .New ("command 'dashboard' has been removed, please read https://docs.crowdsec.net/blog/cscli_dashboard_deprecation/ " )
29
29
},
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -414,12 +414,11 @@ teardown() {
414
414
export CROWDSEC_FEATURE_CSCLI_SETUP=" true"
415
415
rune -0 cscli config feature-flags
416
416
assert_line ' ✓ cscli_setup: Enable cscli setup command (service detection)'
417
-
418
417
# there are no retired features
419
418
rune -0 cscli config feature-flags --retired
420
419
}
421
420
422
421
@test " cscli dashboard" {
423
422
rune -1 cscli dashboard xyz
424
- assert_stderr --partial " command 'dashboard' has been removed, please read https://... "
423
+ assert_stderr --partial " command 'dashboard' has been removed, please read https://docs.crowdsec.net/blog/cscli_dashboard_deprecation/ "
425
424
}
You can’t perform that action at this time.
0 commit comments