CLI helpers for opening Photoshop UXP DevTools without the Adobe Developer Tools app.
pnpm add -D @bubblydoo/uxp-cli
Or run it directly:
pnpm --allow-build=@adobe-fixed-uxp/uxp-devtools-helper dlx @bubblydoo/uxp-cli open-devtools
Open DevTools with a custom plugin:
uxp-cli open-devtools --plugin-path ./my-plugin
--plugin-path is omitted, the CLI uses a built-in fake plugin so you can still open DevTools immediately.manifest.json to resolve the plugin ID automatically.dump-object is a low-level debug command that writes runtime object internals to dump.json for CDP inspection workflows.