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: cmd/bulkIpSecurity.go
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ Example Use Cases:
28
28
29
29
Retrieving security information for a list of IP addresses: ipgeolocation bulk-ip-security --ips "8.8.8.8,8.8.4.4"
30
30
31
-
Retrieving security information for a list of IP addresses with including additional fields: ipgeolocation bulk-ip-security --ips "8.8.8.8,8.8.4.4" --include=location,time_zone
32
-
`,
31
+
Retrieving security information for IP addresses from a file: ipgeolocation bulk-ip-security --file ips.txt`,
33
32
Run: func(cmd*cobra.Command, args []string) {
34
33
cfg, err:=config.Load()
35
34
iferr!=nil||cfg.ApiKey=="" {
@@ -64,13 +63,9 @@ Retrieving security information for a list of IP addresses with including additi
0 commit comments