Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Support configuration from registry #119

Open
couralex6 opened this issue Mar 6, 2020 · 0 comments
Open

Support configuration from registry #119

couralex6 opened this issue Mar 6, 2020 · 0 comments
Labels
enhancement New feature or request hanoi Hanoi release

Comments

@couralex6
Copy link
Contributor

🚀 Feature Request

Description

The current implementation gets the configuration from a local config file. The file is created upon first execution of the CLI in this location: ~/.edgex-cli/config.yml. Ideally, the CLI should be able to connect to the registry and get the configuration from there.

Describe the solution you'd like

We would need an implementation similar to edgex-go/internal/core/data/init.go:

configuration := dataContainer.ConfigurationFrom(dic.Get)
registryClient := container.RegistryFrom(dic.Get)
@couralex6 couralex6 added the enhancement New feature or request label Mar 6, 2020
@difince difince added the hanoi Hanoi release label Oct 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request hanoi Hanoi release
Projects
None yet
Development

No branches or pull requests

2 participants