بنقرة واحدة
bpx-ref
BPX `ref` command skill. Bulk-rewrite reference strings in NameMap and decoded properties.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
BPX `ref` command skill. Bulk-rewrite reference strings in NameMap and decoded properties.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
BPX `blueprint` command skill. Inspect and analyze blueprint exports, bytecode, and graph data.
BPX `class` command skill. Inspect one class export payload/header by index.
BPX `datatable` command skill. Read DataTable-family rows and update DataTable rows.
BPX `dump` command skill. Dump package summary/name/import/export tables in structured formats.
BPX `enum` command skill. List enum exports or update existing enum values.
BPX `export` command skill. Inspect export headers or update selected header fields.
| name | bpx-ref |
| description | BPX `ref` command skill. Bulk-rewrite reference strings in NameMap and decoded properties. |
PREREQUISITE: Read bpx-shared.
bpx ref rewrite <file.uasset> --from <old> --to <new> [--dry-run] [--backup]
rewrite: replaces reference tokens across NameMap and decodable properties.--from and --to values.[!CAUTION] This command includes write-capable operations. Confirm intent and run
--dry-runfirst.
bpx ref rewrite ./Sample.uasset --from OldValue --to NewValue [--dry-run] [--backup]