wgctl/commands
Nuno Duque Nunes ce437968b4 feat: group migration complete
- commands/group/: 17 files, all subcommands migrated
- helpers.sh: real implementations, no invented functions
- set_main: uses peers::set_main_group
- rename: json::set + mv
- peer add/remove: group::add_peer, group::remove_peer
- block/unblock: block::add_group, block::remove_group
- purge-stale: inline stale detection via group::peers
- audit: no invented helper functions
- logs: command::load_subcmd logs show for direct function access
- logs/helpers.sh: extracted shared functions (follow, show_fw, show_wg, show_merged)
- group rule unassign: stub (not yet implemented)
- notes: group watch pending, monitor module refactor pending
2026-05-31 02:44:19 +00:00
..
activity feat: new flag::define syntax, flag::set_constraint 2026-05-31 00:16:55 +00:00
block feat: new flag::define syntax, flag::set_constraint 2026-05-31 00:16:55 +00:00
config feat: new flag::define syntax, flag::set_constraint 2026-05-31 00:16:55 +00:00
group feat: group migration complete 2026-05-31 02:44:19 +00:00
list feat: new flag::define syntax, flag::set_constraint 2026-05-31 00:16:55 +00:00
logs feat: group migration complete 2026-05-31 02:44:19 +00:00
mixins feat: --json output for group/rule/identity/net/activity 2026-05-27 00:36:30 +00:00
peer feat: new flag::define syntax, flag::set_constraint 2026-05-31 00:16:55 +00:00
test feat: group migration complete 2026-05-31 02:44:19 +00:00
unblock feat: new flag::define syntax, flag::set_constraint 2026-05-31 00:16:55 +00:00
activity.command.sh feat: --exclude-service/--include-service, --ports flags 2026-05-29 23:34:13 +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 feat: block history tracking 2026-05-28 01:51:37 +00:00
config.command.sh feat: new flag::define syntax, flag::set_constraint 2026-05-31 00:16:55 +00:00
export.command.sh feat: block history tracking 2026-05-28 01:51:37 +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: display config, table layouts for all commands 2026-05-27 03:32:31 +00:00
hosts.command.sh feat: display config, table layouts for all commands 2026-05-27 03:32:31 +00:00
identity.command.sh feat: display config, table layouts for all commands 2026-05-27 03:32:31 +00:00
import.command.sh add export,import features/add tests 2026-05-27 16:46:09 +00:00
inspect.command.sh feat: command mixin system, --json for list/inspect, tests 2026-05-27 00:01:06 +00:00
list.command.sh feat: command defaults, aliases, exclusive flag groups 2026-05-29 04:31:07 +00:00
logs.command.sh feat: command defaults, aliases, exclusive flag groups 2026-05-29 04:31:07 +00:00
net.command.sh feat: display config, table layouts for all commands 2026-05-27 03:32:31 +00:00
peer.command.sh feat: duplicate rule validation, peer command, fallback DNS 2026-05-25 21:39:17 +00:00
policy.command.sh feat: display config, table layouts for all commands 2026-05-27 03:32:31 +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: display config, table layouts for all commands 2026-05-27 03:32:31 +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 feat: display config, table layouts for all commands 2026-05-27 03:32:31 +00:00
test.command.sh init feature 2026-05-19 15:26:31 +00:00
unblock.command.sh feat: block history tracking 2026-05-28 01:51:37 +00:00
watch.command.sh feat: watch/logs endpoint annotation, shared row primitives 2026-05-26 15:16:33 +00:00