| .. | ||
| cli | ||
| dns | ||
| bird.ts | ||
| dns.ts | ||
| geofeed.ts | ||
| interfaces.ts | ||
| krill.ts | ||
| main.ts | ||
| readme.md | ||
| ripe.ts | ||
| wg.ts | ||
nw/auto
turning dreams into reality
generates and deploys router configuration
usage
nw
# Usage: nw <action> [options]
#
# deploy
# ls list automations
# run run automations
# util
# exec Execute command
nw l
# bird, dns, geofeed, interfaces, krill, ripe, wg
nw r
# [runs all automations]
nw r -v
# [runs all automations with verbose output]
nw r -v -v
# [runs all automations with very verbose output]
nw r bird
# [runs bird automation]
nw r -bird
# [runs all automations except bird]
nw r -d
# [dry run, no remote changes]
nw x 'birdc show route all'
# [executes command on all routers in primary host group(s)]
nw x -g edge-routers -g core-routers 'birdc show route all'
# [executes command on specific host group(s)]