Commit 8216db1
authored
feat: Add google.universe-domain flag for custom GoogleCloud universes (#430)
This commit introduces a new command-line flag `--google.universe-domain`
which allows users to specify the Google Cloud universe to use.
This is useful for users who are not using the default `googleapis.com`
universe.
The default value for this flag is "googleapis.com".
Updates include:
- Addition of the `--google.universe-domain` flag to the CLI options.
- Documentation for the new flag in `README.md`.
- A feature entry in `CHANGELOG.md`.
Signed-off-by: Mathieu Goulin <matgou1@msn.com>1 parent 1aff5e6 commit 8216db1
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
172 | | - | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
0 commit comments