Jump to content

Recommended Posts

Posted

PromptWire is now at v1.9 and includes a few new features and fixes.

The list below is AI-generated...

Diagnostics can run against production
The eight read tools (pw_health, the four pw_db_* ones, pw_logs, pw_last_error, pw_clear_cache) now accept site: local | remote | both. Previously site: remote was silently ignored and queried the local database instead.

Bulk page push to remote or both
pw_pages_push accepts targets: local | remote | both. Pages go in parent-first order so newly-created parents exist before their children try to attach.

Pull pages back from production
pw_page_pull source: remote fetches a page that was edited directly in the production admin and writes it into your local sync tree, so you can re-edit and push back without touching the live admin.

Phantom diffs eliminated from pw_site_compare
Page content is now hashed deterministically across environments. Identical content produces identical hashes regardless of timezone, page-array storage order, or whether a date field has an output format set.

pw_modules_list
Lists installed modules with version, file path, and install state. Pass site: both to compare local vs production install state in one call.

pw_users_list
Lists users with id, name, email, roles, and any member_* fields. Pass includeAll: true for every non-system field on the user template.

pw_resolve
Bulk name-to-id lookup for fields, templates, pages, roles, permissions, users, or modules. Translates names into the equivalent IDs on the target site without one round trip per name.

pw_inspect_template
Like pw_get_template but each field comes back as {name, type, label}. Designed for spotting fieldgroup differences before pushing changes.

File inventories include .module files and symlinked module directories
Previously the file sync silently skipped any modules developed in symlinked sibling repos.

pw_modules_list bugfix (v1.9.1)
The default call with no classes filter was returning null class names. Caught during release validation and patched the same day.

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...