open-consul/command/config
cskh 2d99304762
feat(cli): enable to delete config entry from an input file (#13677)
* feat(cli): enable to delete config entry from an input file

- A new flag to config delete to delete a config entry in a
  valid config file, e.g., config delete -filename
  intention-allow.hcl
- Updated flag validation; -filename and -kind can't be set
  at the same time
- Move decode config entry method from config_write.go to
  helpers.go for reusing ParseConfigEntry()
- add changelog

Co-authored-by: Dan Upton <daniel@floppy.co>
2022-07-11 10:13:40 -04: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 feat(cli): enable to delete config entry from an input file (#13677) 2022-07-11 10:13:40 -04:00
config.go adding new config entries for L7 discovery chain (unused) (#5987) 2019-06-27 12:37:43 -05:00