# jprov Usage ## Synopsis ```bash jprov [-y] [--dry-run] ``` ## Behavior Summary - Validates configs and referenced paths. - Stops and destroys any existing jail named ``. - Clones the template dataset into a new jail dataset. - Generates `/etc/jail.conf.d/.conf` (or configured path). - Mounts nullfs volumes, copies overlay, and executes the provisioning command. ## Exit Codes - `0`: success - `1`: failure ## Dry Run `--dry-run` logs actions without executing destructive or provisioning steps.