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
Removes the LOG_CACHE_ADDR env var as an option for telling the plugin
where to look for Log Cache. This is a relic of when the plugin had a
dual function as a standalone CLI, and is no longer necessary since the
plugin can always fetch the Log Cache address from the targeted CF API.
LOG_CACHE_ADDR Overrides the default location of log-cache.
68
67
LOG_CACHE_SKIP_AUTH Set to 'true' to disable CF authentication.`,
69
68
Options: map[string]string{
70
69
"-start-time": "Start of query range in UNIX nanoseconds.",
@@ -86,7 +85,6 @@ ENVIRONMENT VARIABLES:
86
85
Usage: `log-meta [options]
87
86
88
87
ENVIRONMENT VARIABLES:
89
-
LOG_CACHE_ADDR Overrides the default location of log-cache.
90
88
LOG_CACHE_SKIP_AUTH Set to 'true' to disable CF authentication.`,
91
89
Options: map[string]string{
92
90
"-source-type": "Source type of information to show. Available: 'all', 'application', 'service', 'platform', and 'unknown'. Excludes unknown sources unless 'all' or 'unknown' is selected, or `--guid` is used. To receive information on platform or unknown source id's, you must have the doppler.firehose, or logs.admin scope.",
@@ -103,7 +101,6 @@ ENVIRONMENT VARIABLES:
103
101
Usage: `query <promql-query> [options]
104
102
105
103
ENVIRONMENT VARIABLES:
106
-
LOG_CACHE_ADDR Overrides the default location of log-cache.
107
104
LOG_CACHE_SKIP_AUTH Set to 'true' to disable CF authentication.`,
108
105
Options: map[string]string{
109
106
"-time": "Effective time for query execution of an instant query. Cannont be used with --start, --end, or --step. Can be a unix timestamp or RFC3339.",
0 commit comments