You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snooty.toml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,19 @@ section = 1
73
73
file = "mongotop.txt"
74
74
title = "mongotop"
75
75
section = 1
76
+
77
+
[[banners]]
78
+
# Warning for non-genuine deployment usage with tool binaries.
79
+
targets = [
80
+
"mongodump.txt",
81
+
"mongorestore.txt",
82
+
"mongoimport.txt",
83
+
"mongoexport.txt",
84
+
"mongotop.txt",
85
+
"mongostat.txt",
86
+
"mongofiles.txt"
87
+
]
88
+
variant = "warning"
89
+
value = """\
90
+
MongoDB Command Line Database Tool binaries are not supported or tested for use with non-genuine MongoDB deployments. While the tools may work on these deployments, compatibility is not guaranteed.
0 commit comments