registry icon indicating copy to clipboard operation
registry copied to clipboard

Registry tool: Use global flags for config create

Open theganyo opened this issue 2 years ago • 0 comments

If a user specifies any of flags that set a stored value during config create, the created config should save them. Eg.

  --registry.address string    the server and port of the registry api (eg. localhost:8080)
  --registry.insecure          if specified, client connects via http (not https)
  --registry.location string   the registry location
  --registry.project string    the registry project

theganyo avatar Aug 23 '22 20:08 theganyo