skywire icon indicating copy to clipboard operation
skywire copied to clipboard

skywire-cli config update hv --add-pks does not update SKYENV-file

Open 4rchim3d3s opened this issue 1 week ago • 0 comments

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:

  1. Run skywire-cli config update hv --add-pks <pk> -i <conf-file> -o <conf-file>
  2. check config-file
  3. Run skywire-autoconfig
  4. 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

4rchim3d3s avatar Dec 20 '25 12:12 4rchim3d3s