-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE REQUEST: Add a flag and feedback to clear all existing local records #33
Comments
I could see an argument for adding this in as a flag like:
could also see: Long term adding all this into the config is planned eventually. But currently have no timeline for that |
I think there's definite utility in both of those options, the, |
In practice are you asking for: # note! no ip given
$ checkip --delete-cache Which would delete all local records across the board. (i.e. the record and the report) |
Yes! That's more what I was thinking of, an option to delete all local records across the board. EDIT: A colleague suggested that I could use an alias in my shell to emulate this behaviour for now, but having that natively would be helpful. |
sounds good. Won't be in this current set of fixes. But could easily be on the shortlist of new features after that |
local testing went well. Just need confirmation from @iamGBOX |
Detailed Description
It would be convenient to be able to use a flag on checkip to clear all existing records to check a set of addresses totally fresh, rather than running
checkip -f
or manually deleting the json records.Context
This would permit a complete clear of all existing records from within the tool, which could streamline new investigations.
Possible Implementation
Your Environment
The text was updated successfully, but these errors were encountered: