I’m trying to get started with contributing to vyos. I am trying to add a new cli option, but it’s not appearing in config mode post-build. I’m sure it’s something simple/silly, but I’ve compared my work to other commits that accomplish similar things and I don’t see where I’m going wrong.
Did you build the packages with dpkg-buildpackage -uc -us -tc -b in vyos-1x on your branch, then copy the packages to vyos-build/packages before building the image?
@mwheeler after copying the resulting DEB file to your development router please note: If you change Python files, too - you need to restart systemctl restart vyos-configd as this daemon caches the Python files in the background.