VictoriaMetrics/app/vmctl
hagen1778 8d95522529
vmctl: rm --vm-disable-progress-bar flag
It is better to remove deprecated flag completely, so vmctl will
fail if this flag is used and user can immediately fix the issue.

Before, flag was ignored and it is worse then fail fast.

follow-up after 8b46bb0c41 (diff-2bfab3db5cc1baf4c6d3ff6b19901926e3bdf4411ec685dac973e5fcff1c723b)

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2024-06-10 14:02:46 +02:00
..
auth app/vmctl: add support of basic auth and barer token (#3921) 2023-03-09 14:53:29 +01:00
backoff app/vmctl/backoff: fix flaky test 2024-01-22 12:21:14 +01:00
barpool vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
deployment app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
influx app/vmctl : support TLS config options for InfluxDB datasource (#5783) 2024-02-16 14:59:18 +01:00
limiter vmctl: add option to rate limit data transfer speed 2022-01-06 12:21:42 +03:00
multiarch all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:01:32 -08:00
native app/vmctl: break explore phase in vm-native mode by time intervals 2024-03-18 12:18:32 +01:00
opentsdb chore: remove redundant words (#6348) 2024-05-29 14:08:38 +02:00
prometheus vendor: run make vendor-update 2023-11-16 20:20:27 +01:00
remoteread app/vmctl: fix arguments order in httputils.TLSConfig 2024-03-14 11:45:39 +01:00
stepper app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:05:44 +01:00
terminal all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20 2023-11-13 19:12:51 +01:00
testdata/servers_integration_test vendor: run make vendor-update 2023-11-16 20:20:27 +01:00
utils app/vmctl: break explore phase in vm-native mode by time intervals 2024-03-18 12:18:32 +01:00
vm vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
flags.go vmctl: rm --vm-disable-progress-bar flag 2024-06-10 14:02:46 +02:00
influx.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
main.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
Makefile Add build support for loong64 (#6222) 2024-05-09 14:22:03 +02:00
opentsdb.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
prometheus.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
prometheus_test.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
README.md all: replace old https://docs.victoriametrics.com/vmctl.html url with the new one - https://docs.victoriametrics.com/vmctl/ 2024-04-18 01:53:36 +02:00
remote_read_test.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
remoteread.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
utils.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
vm_native.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00
vm_native_test.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:20:52 +02:00

See vmctl docs here.

vmctl docs can be edited at docs/vmctl.md.