You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
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:
🚀 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
:The text was updated successfully, but these errors were encountered: