Skip to content

Commit

Permalink
doc: add verbose flag (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonahd authored Nov 14, 2023
1 parent 78cd227 commit 4a93e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ Kor provides various subcommands to identify and list unused resources. The avai
--newer-than string The maximum age of the resources to be considered unused. This flag cannot be used together with older-than flag. Example: --newer-than=1h2m
--no-interactive Do not prompt for confirmation when deleting resources. Be careful using this flag!
--older-than string The minimum age of the resources to be considered unused. This flag cannot be used together with newer-than flag. Example: --older-than=1h2m
--output string Output format (table, json or yaml) (default "table")
-o, --output string Output format (table, json or yaml) (default "table")
--slack-auth-token string Slack auth token to send notifications to. --slack-auth-token requires --slack-channel to be set.
--slack-channel string Slack channel to send notifications to. --slack-channel requires --slack-auth-token to be set.
--slack-webhook-url string Slack webhook URL to send notifications to
-v, --verbose Verbose output (print empty namespaces)
```

Expand Down

0 comments on commit 4a93e14

Please sign in to comment.