mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-13 00:50:48 +00:00
Document the dev mode flags that exist
Some checks are pending
Auto Update .app-files / update-app-files (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Waiting to run
Update script timestamp on .sh changes / update-script-timestamp (push) Waiting to run
Some checks are pending
Auto Update .app-files / update-app-files (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Waiting to run
Update script timestamp on .sh changes / update-script-timestamp (push) Waiting to run
dryrun was listed but is gone from core: it intercepted only the silent() wrapper, so pct create ran anyway and the container was built. net and timing were missing, as was the picker that dev_mode without a flag now opens.
This commit is contained in:
parent
d9d34761d2
commit
1001309bde
1 changed files with 12 additions and 1 deletions
|
|
@ -172,8 +172,19 @@ dev_mode="trace,keep" bash -c "$(curl -fsSL https://raw.githubusercontent.com/co
|
|||
| `pause` | Pauses execution at key points before customization |
|
||||
| `breakpoint` | Drops to a shell at hardcoded `breakpoint` calls in scripts |
|
||||
| `logs` | Saves detailed build logs to `/var/log/community-scripts/` |
|
||||
| `dryrun` | Bypasses actual container creation (limited support) |
|
||||
| `motd` | Forces an update of the Message of the Day |
|
||||
| `net` | Logs every engine fetch: HTTP status, duration and URL |
|
||||
| `timing` | Times each step and lists the slowest ones at the end |
|
||||
|
||||
Any flag also prints the resolved context first — where the engine came from,
|
||||
both roots and URLs, the app, platform and versions — and repaints the greens
|
||||
red, so a dev run is never mistaken for a normal install.
|
||||
|
||||
Setting `dev_mode` without naming a flag (`dev_mode=`, `=1`, `=ask`) opens a
|
||||
picker before the install menu.
|
||||
|
||||
`dryrun` was removed: it only intercepted the `silent()` wrapper, so `pct
|
||||
create` still ran and the container was still built.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue