Commit beea707 1 parent d8d2167 commit beea707 Copy full SHA for beea707
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 @@ -378,12 +378,11 @@ teardown() {
378
378
export CROWDSEC_FEATURE_CSCLI_SETUP=" true"
379
379
rune -0 cscli config feature-flags
380
380
assert_line ' ✓ cscli_setup: Enable cscli setup command (service detection)'
381
-
382
381
# there are no retired features
383
382
rune -0 cscli config feature-flags --retired
384
383
}
385
384
386
385
@test " cscli dashboard" {
387
386
rune -1 cscli dashboard xyz
388
- assert_stderr --partial " command 'dashboard' has been removed, please read https://... "
387
+ assert_stderr --partial " command 'dashboard' has been removed, please read https://docs.crowdsec.net/blog/cscli_dashboard_deprecation/ "
389
388
}
You can’t perform that action at this time.
0 commit comments