bb-eco template export
Export a device's configuration as a reusable template
Usage
bb-eco template export <device> <file> [options]
Arguments
| Name | Description |
|---|---|
<device> | IP address, MAC address, or device name |
<file> | Output template file path (.json) |
Options
| Option | Description |
|---|---|
--csv | Output in CSV format |
--exclude-network | Exclude network configuration from template |
--include-security | Include security credentials in template |
--json | Output in JSON format |
--timeout | Override default timeout in milliseconds |
--verbose | Enable verbose/debug output |
-?, -h, --help | Show help and usage information |
This page is auto-generated from the live CLI help text. Do not edit by hand — re-run node scripts/gen-cli-reference.mjs after changes.