open-consul/command/config
Luke Kysow 1be7b5bf35
config entry: hardcode proxy-defaults name as global (#14833)
* config entry: hardcode proxy-defaults name as global

proxy-defaults can only have the name global. Because of this,
we support not even setting the name in the config file:

```
kind = "proxy-defaults"
```

Previously, writing this would result in the output:

```
Config entry written: proxy-defaults/
```

Now it will output:

```
Config entry written: proxy-defaults/global
```

This change follows what was done for the new Mesh config entry.
2022-10-25 10:55:15 -07:00
..
delete feat(cli): enable to delete config entry from an input file (#13677) 2022-07-11 10:13:40 -04:00
list add partition cli flag to all cli commands that have namespace flag (#10668) 2021-07-21 14:45:24 -05:00
read add partition cli flag to all cli commands that have namespace flag (#10668) 2021-07-21 14:45:24 -05:00
write config entry: hardcode proxy-defaults name as global (#14833) 2022-10-25 10:55:15 -07:00
config.go