diff --git a/cli/silence_import.go b/cli/silence_import.go index d6d5b150..80170424 100644 --- a/cli/silence_import.go +++ b/cli/silence_import.go @@ -28,6 +28,7 @@ This command can be used to bulk import silences from a JSON file created by query command. For example: amtool silence query -o json foo > foo.json + amtool silence import foo.json JSON data can also come from stdin if no param is specified.