9 Commits

Author SHA1 Message Date
0fbb9fdec1
Improve logging and output formatting with CommandSet 2022-07-30 14:26:23 -05:00
04e108100a
Refactor command execution 2022-07-29 19:42:46 -05:00
fc40b5c4a3
Remove "STRFUNC" command type 2022-07-29 18:58:52 -05:00
b758f04a50 Migrate to podman API rather than cli
Large change greatly expanding the linked footprint of this little
utility, but it is much faster and adds a couple of very nice features:

- set container sysctl settings to disable router advertisements as part
  of container definition. this means we no longer need to do this via
  `ip netns exec <container> sysctl -w ...` (followed by
  `ip netns exec ip -6 a flush...`). Major win.
- able to very quickly ascertain creation and run state of defined
  containers.
2022-07-25 10:13:36 -05:00
0be48b6477 Tweak command output 2022-07-19 19:47:35 -05:00
c5917ff102 output formatting 2022-07-19 19:05:42 -05:00
df54f05250 Various fixes after testing 2022-07-19 01:38:25 -05:00
f74dc50392
Rest of commands; tooling including conditional command types 2022-07-18 19:47:05 -05:00
61b7fe55a0 Convert project structure to cobra; many other changes. WIP.
- Factor out various components to different packages
- Add abstract command package to allow for calling go funcs etc. at
  runtime.
2022-07-18 10:10:24 -05:00