Bulk or scheduled renewal can keep every matching subscription active without individual review
Source references: 6`--all` renews every subscription within the time window, and the documentation recommends putting that operation in cron. The supplied material shows no step that lists matches, excludes unwanted subscriptions, or requires per-item confirmation before execution.
Old, mistakenly created, or no-longer-needed Workspace Events subscriptions may remain active and continue their previously configured event activity. A scheduled job can repeatedly extend that state.
The documentation says that a user-selected `--all` operation renews every subscription in the window and recommends recurring execution through cron, so multiple subscriptions could be kept active over time. However, only usage documentation is provided, not the CLI implementation, so it does not establish whether matches are previewed, confirmation is requested, or exclusions are supported. Bulk renewal is also the flag's disclosed purpose, not hidden behavior. A user can ask the author to document preview/confirmation/filtering and restrict automation to explicit `--name` targets.
This assessment concerns the code and conditions shown, not proof that harm has occurred.|------|----------|---------|-------------|| `--name` | — | — | Subscription name to reactivate (e.g., subscriptions/SUB_ID) || `--all` | — | — | Renew all subscriptions expiring within --within window || `--within` | — | 1h | Time window for --all (e.g., 1h, 30m, 2d) |Show 5 other places
```bashgws events +renew --name subscriptions/SUB_IDgws events +renew --all --within 2d```- Subscriptions expire if not renewed periodically.- Use --all with a cron job to keep subscriptions alive.| `--name` | — | — | Subscription name to reactivate (e.g., subscriptions/SUB_ID) || `--all` | — | — | Renew all subscriptions expiring within --within window || `--within` | — | 1h | Time window for --all (e.g., 1h, 30m, 2d) || `--all` | — | — | Renew all subscriptions expiring within --within window || `--within` | — | 1h | Time window for --all (e.g., 1h, 30m, 2d) |- Subscriptions expire if not renewed periodically.- Use --all with a cron job to keep subscriptions alive.