-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcli-snapshot.json
More file actions
76 lines (76 loc) · 1.77 KB
/
cli-snapshot.json
File metadata and controls
76 lines (76 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"version": "2.4.1",
"snapshot_date": "2026-04-10",
"subcommands": [
"completion",
"login",
"plugin",
"query",
"service"
],
"service_start_flags": [
"--database-listen",
"--database-password",
"--database-port",
"--foreground",
"--help",
"--show-password"
],
"query_flags": [
"--export",
"--header",
"--help",
"--input",
"--max-parallel",
"--output",
"--progress",
"--query-timeout",
"--search-path",
"--search-path-prefix",
"--separator",
"--share",
"--snapshot",
"--snapshot-location",
"--snapshot-tag",
"--snapshot-title",
"--timing"
],
"plugin_flags": [
"--help",
"--progress"
],
"env_vars": [
"PIPES_HOST",
"PIPES_INSTALL_DIR",
"PIPES_TOKEN",
"STEAMPIPE_CACHE",
"STEAMPIPE_CACHE_MAX_SIZE_MB",
"STEAMPIPE_CACHE_MAX_TTL",
"STEAMPIPE_CACHE_TTL",
"STEAMPIPE_CONFIG_DUMP",
"STEAMPIPE_CONNECTION_WATCHER",
"STEAMPIPE_DASHBOARD_START_TIMEOUT",
"STEAMPIPE_DATABASE_PASSWORD",
"STEAMPIPE_DATABASE_SSL_PASSWORD",
"STEAMPIPE_DATABASE_START_TIMEOUT",
"STEAMPIPE_DISPLAY_WIDTH",
"STEAMPIPE_INITDB_DATABASE_NAME",
"STEAMPIPE_INSTALL_DIR",
"STEAMPIPE_MAX_PARALLEL",
"STEAMPIPE_MEMORY_MAX_MB",
"STEAMPIPE_MOD_LOCATION",
"STEAMPIPE_PLUGIN_MEMORY_MAX_MB",
"STEAMPIPE_PLUGIN_START_TIMEOUT",
"STEAMPIPE_QUERY_TIMEOUT",
"STEAMPIPE_SNAPSHOT_LOCATION",
"STEAMPIPE_TELEMETRY",
"STEAMPIPE_UPDATE_CHECK",
"STEAMPIPE_WORKSPACE",
"STEAMPIPE_WORKSPACE_CHDIR",
"STEAMPIPE_WORKSPACE_DATABASE",
"STEAMPIPE_WORKSPACE_PROFILES_LOCATION"
],
"help_text_hash": "pending-docker-build",
"service_help_hash": "pending-docker-build",
"query_help_hash": "pending-docker-build"
}