Skip to content

Commit

Permalink
Update cmd/observe_help.txt with new experimental flags
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
  • Loading branch information
AwesomePatrol authored and kaworu committed Jul 4, 2023
1 parent 9319442 commit f06e1e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmd/observe_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,11 @@ Server Flags:
--tls-server-name string Specify a server name to verify the hostname on the returned certificate (eg: 'instance.hubble-relay.cilium.io').

Other Flags:
--input-file string Query flows from this file instead of the server. Use '-' to read from stdin.
--print-raw-filters Print allowlist/denylist filters and exit without sending the request to Hubble server
-s, --silent-errors Silently ignores errors and warnings
--experimental-field-mask strings Experimental: Comma-separated list of fields for mask. Fields not in the mask will be removed from server response.
--experimental-use-default-field-masks Experimental: request only visible fields when the output format is compact, tab, or dict.
--input-file string Query flows from this file instead of the server. Use '-' to read from stdin.
--print-raw-filters Print allowlist/denylist filters and exit without sending the request to Hubble server
-s, --silent-errors Silently ignores errors and warnings

Global Flags:
--config string Optional config file (default "%s")
Expand Down

0 comments on commit f06e1e9

Please sign in to comment.