@bubblydoo/uxp-cli
v0.0.10
Published

Keywords
Readme
@bubblydoo/uxp-cli
CLI helpers for opening Photoshop UXP DevTools without the Adobe Developer Tools app.
Install
pnpm add -D @bubblydoo/uxp-cliOr run it directly:
pnpm --allow-build=@adobe-fixed-uxp/uxp-devtools-helper dlx @bubblydoo/uxp-cli open-devtoolsUsage
Open DevTools with a custom plugin:
uxp-cli open-devtools --plugin-path ./my-pluginUnexpected but useful details
- If
--plugin-pathis omitted, the CLI uses a built-in fake plugin so you can still open DevTools immediately. - The CLI validates your plugin path and reads
manifest.jsonto resolve the plugin ID automatically. dump-objectis a low-level debug command that writes runtime object internals todump.jsonfor CDP inspection workflows.
