-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ignore remove command (#1221)
* feat: add ignore remove command * feat: update stale fingerprint message
- Loading branch information
Showing
4 changed files
with
125 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: ' ignore remove' | ||
synopsis: Remove an ignored fingerprint | ||
usage: ' ignore remove <fingerprint> [flags]' | ||
options: | ||
- name: bearer-ignore-file | ||
default_value: bearer.ignore | ||
usage: Load bearer.ignore file from the specified path. | ||
- name: help | ||
shorthand: h | ||
default_value: "false" | ||
usage: help for remove | ||
example: |- | ||
# Remove an ignored fingerprint from your bearer.ignore file | ||
$ bearer ignore remove <fingerprint> | ||
see_also: | ||
- ' ignore - Manage ignored fingerprints' | ||
aliases: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters