You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI output defaults: Added cli.default_output and PVETUI_CLI_DEFAULT_OUTPUT so users can make CLI subcommands default to table output while preserving json as the built-in automation-safe default. The --output flag still takes precedence per command.
Community Scripts sudo guidance: Documented the sudoers rule needed for non-root SSH users running unattended Community Scripts installs, and made non-interactive installs use sudo -n so missing passwordless sudo fails instead of waiting for a password prompt.
Community Scripts IP guard: Initialized the upstream IP variable for CLI and TUI Community Scripts installs so scripts that fail to populate it do not roll back otherwise successful containers during their final access-URL message.
Community Scripts guest add-ons: Added CLI and TUI support for installing tools/addon scripts inside existing LXC containers, exposed derived script target metadata, sanitized HTML tags from upstream script descriptions, and limited guest-launched TUI selection to applicable tool scripts with the same i shortcut used by node installs.
CLI emergency recovery paths: Added node-local guest listing with guests list --node <node> --node-local, direct lifecycle targeting with --node/--type on start/stop/shutdown/restart, LXC-compatible guests migrate --target-storage, and configurable migration task waits via --wait-timeout.