This repository was archived by the owner on May 18, 2026. It is now read-only.
Commit 10322a2
authored
feat: support env var values as flags values (#269)
* feat: support env var values as flags values
* docs: added env var support documentation
* test: fixed integration test for env var
Signed-off-by: Diego Alfonso <dalfonso@vmware.com>1 parent a0b57e3 commit 10322a2
731 files changed
Lines changed: 20963 additions & 286669 deletions
File tree
- .github/workflows
- docs
- command-reference
- commands-details
- pkg
- commands
- flags
- testing
- e2e
- suite
- vendor
- cloud.google.com/go
- compute
- metadata
- iam
- internal
- storage
- internal
- apiv2
- github.com
- census-instrumentation/opencensus-proto
- gen-go
- resource/v1
- trace/v1
- cncf
- udpa/go/udpa/type/v1
- xds/go
- udpa
- annotations
- type/v1
- xds
- annotations/v3
- core/v3
- data/orca/v3
- type
- matcher/v3
- v3
- envoyproxy
- go-control-plane
- envoy
- admin/v3
- annotations
- api/v2
- auth
- cluster
- core
- endpoint
- listener
- route
- config
- accesslog/v3
- bootstrap/v3
- cluster/v3
- common/matcher/v3
- core/v3
- endpoint/v3
- filter/accesslog/v2
- listener
- v2
- v3
- metrics/v3
- overload/v3
- rbac/v3
- route/v3
- tap/v3
- trace/v3
- extensions
- clusters/aggregate/v3
- filters
- common/fault/v3
- http
- fault/v3
- rbac/v3
- router/v3
- network/http_connection_manager/v3
- transport_sockets/tls/v3
- service
- discovery
- v2
- v3
- load_stats
- v2
- v3
- status/v3
- type
- http/v3
- matcher
- v3
- metadata
- v2
- v3
- tracing
- v2
- v3
- v3
- protoc-gen-validate
- validate
- fsnotify/fsnotify
- golang/protobuf/ptypes
- struct
- wrappers
- googleapis
- enterprise-certificate-proxy
- client
- util
- gax-go/v2
- apierror
- internal/proto
- internal
- go-type-adapters
- adapters
- magiconair/properties
- mitchellh/mapstructure
- pelletier/go-toml
- v2
- internal
- ast
- danger
- tracker
- spf13
- afero
- mem
- cast
- viper
- internal/encoding
- dotenv
- hcl
- ini
- javaproperties
- json
- toml
- yaml
- subosito/gotenv
- golang.org/x/xerrors
- google.golang.org
- api
- googleapi
- iamcredentials/v1
- internal
- gensupport
- option
- storage/v1
- transport
- cert
- grpc
- http
- genproto/googleapis
- api/expr/v1alpha1
- iam/v1
- storage/v2
- type
- color
- datetime
- decimal
- fraction
- month
- grpc
- balancer
- grpclb
- weightedroundrobin
- weightedtarget
- weightedaggregator
- channelz
- credentials
- alts/internal/handshaker/service
- google
- insecure
- tls/certprovider
- pemfile
- encoding
- internal
- admin
- balancergroup
- balancer/gracefulswitch
- binarylog
- cache
- channelz
- credentials/xds
- envconfig
- googlecloud
- hierarchy
- metadata
- transport
- wrr
- xds
- matcher
- rbac
- metadata
- resolver
- xds
- csds
- googledirectpath
- internal
- balancer
- cdsbalancer
- clusterimpl
- clustermanager
- clusterresolver
- loadstore
- priority
- ringhash
- clusterspecifier
- httpfilter
- fault
- rbac
- router
- resolver
- server
- xdsclient
- bootstrap
- controller
- version
- v2
- v3
- load
- pubsub
- xdsresource
- version
- gopkg.in/ini.v1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
122 | | - | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
142 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
143 | 155 | | |
144 | 156 | | |
145 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| 634 | + | |
| 635 | + | |
634 | 636 | | |
635 | 637 | | |
636 | 638 | | |
| |||
1118 | 1120 | | |
1119 | 1121 | | |
1120 | 1122 | | |
| 1123 | + | |
| 1124 | + | |
1121 | 1125 | | |
1122 | 1126 | | |
1123 | 1127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
121 | 137 | | |
122 | 138 | | |
123 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
70 | | - | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | 87 | | |
90 | 88 | | |
91 | | - | |
| 89 | + | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
163 | | - | |
| 163 | + | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | | - | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments