skywire-cli config update hv --add-pks does not update SKYENV-file
Describe the bug When using the command
skywire-cli config update hv --add-pks <pk> -i <conf-file> -o <conf-file>
the file defined in SKYENV is not getting updated.
I assumed this and so i thought it could be confusing for others.
When running skywire-autoconfig the above change of the config gets overwritten.
Environment information:
- OS: Ubuntu
- Platform: Linux 5.4.0-216-generic x86_64
Steps to Reproduce Steps to reproduce the behavior:
- Run
skywire-cli config update hv --add-pks <pk> -i <conf-file> -o <conf-file> - check config-file
- Run skywire-autoconfig
- check config-file
Actual behavior The config file gets correctly updated. But when running skywire-autoconfig the added hv is getting removed again.
Expected behavior Either the defined SKYENV file is also getting updated when changing config files from cli, maybe with an additional flag or a cli command that specifically updates the used SKYENV file is needed