open-consul/command
cskh 416a673c6c
fix (cli): import empty directory to kv (#13939)
* fix (cli): import empty directory to kv

- when import an empty directory like foo/, the import
  command will remove the trailing /, making it a
  non-directory key.
- This change fixes the bug by adding back the / if
  the imported key is an directory
2022-07-28 10:54:25 -04:00
..
acl Fix panic on acl token read with -self and -expanded 2022-07-18 15:52:05 -07:00
agent Fixup agent startup 2022-06-09 17:04:05 -07:00
catalog
cli
config feat(cli): enable to delete config entry from an input file (#13677) 2022-07-11 10:13:40 -04:00
connect Update envoy metrics label extraction for peered clusters and listeners (#13818) 2022-07-25 13:49:00 -04:00
debug
event
exec
flags
forceleave
helpers feat: convert destination address to slice 2022-07-25 12:31:58 -04:00
info
intention
join
keygen
keyring
kv fix (cli): import empty directory to kv (#13939) 2022-07-28 10:54:25 -04:00
leave
lock
login Extract AWS auth implementation out of Consul (#13760) 2022-07-19 16:26:44 -05:00
logout
maint
members
monitor
operator
reload
rtt
services
snapshot
tls
validate
version Fix issue with consul version tests 2022-06-09 17:04:05 -07:00
watch
registry.go Refactor some functions for better enterprise use (#13280) 2022-05-30 09:46:55 -04:00
registry_oss.go