wgctl/commands
Nuno Duque Nunes a3fe7f5986 feat: command mixin system, --json output for list/inspect
- core/command_mixins.sh: mixin infrastructure with auto-loader
- core/mixins/json_output.mixin.sh: --json flag mixin
- core/mixins/no_color.mixin.sh: --no-color flag mixin
- commands/mixins/MIXIN_TEMPLATE.mixin.sh: template for new mixins
- command::run: reset mixin state, preprocess flags before dispatch
- command::_preprocess_flags: nameref-based flag stripping, empty array fix
- command::mixin: opt-in registration from on_load
- list --json: structured JSON output with envelope
- inspect --json: structured JSON peer detail output
- json::envelope, json::error_envelope helpers
2026-05-26 23:18:56 +00:00
..
mixins feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
test test: add tests for all new features, fix bugs found by tests 2026-05-26 00:09:30 +00:00
activity.command.sh fix: policy_read accidental defaults merge from module split 2026-05-25 18:45:23 +00:00
add.command.sh feat: identity, subnet, policy systems + tableless layouts 2026-05-22 03:42:40 +00:00
audit.command.sh feat: complete wgctl v2 — net services, block system M:N, rule inheritance, service annotations, restricted status, 64 tests passing 2026-05-15 12:36:38 +00:00
block.command.sh finish base implementation 2026-05-20 21:49:44 +00:00
config.command.sh add wgctl 2026-05-06 23:02:12 +00:00
fw.command.sh feat: block system JSON migration, M:N group tracking, block module, block::restore_all, color module, fw refactor 2026-05-15 04:44:53 +00:00
group.command.sh feat: group purge-stale, peer endpoint history, resolve improvements 2026-05-26 20:51:40 +00:00
hosts.command.sh feat: hosts.json IP resolution system 2026-05-23 22:01:45 +00:00
identity.command.sh feat: watch/logs endpoint annotation, shared row primitives 2026-05-26 15:16:33 +00:00
inspect.command.sh feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
list.command.sh feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
logs.command.sh fix: --ascending/--descending flag parsing in logs show 2026-05-26 12:40:35 +00:00
net.command.sh refactor: tableless design for net, group list | net, group show 2026-05-24 00:08:15 +00:00
peer.command.sh feat: duplicate rule validation, peer command, fallback DNS 2026-05-25 21:39:17 +00:00
policy.command.sh fix: policy_read accidental defaults merge from module split 2026-05-25 18:45:23 +00:00
qr.command.sh finish base implementation 2026-05-20 21:49:44 +00:00
remove.command.sh init feature 2026-05-19 15:26:31 +00:00
rename.command.sh finish base implementation 2026-05-20 21:49:44 +00:00
rule.command.sh feat: watch/logs endpoint annotation, shared row primitives 2026-05-26 15:16:33 +00:00
service.command.sh feat: block system JSON migration, M:N group tracking, block module, block::restore_all, color module, fw refactor 2026-05-15 04:44:53 +00:00
shell.command.sh feat: watch/logs endpoint annotation, shared row primitives 2026-05-26 15:16:33 +00:00
subnet.command.sh fix: policy_read accidental defaults merge from module split 2026-05-25 18:45:23 +00:00
test.command.sh init feature 2026-05-19 15:26:31 +00:00
unblock.command.sh finish base implementation 2026-05-20 21:49:44 +00:00
watch.command.sh feat: watch/logs endpoint annotation, shared row primitives 2026-05-26 15:16:33 +00:00