wp-typia 0.23.0 → 0.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/bin/routing-metadata.generated.js +4 -0
- package/dist-bunli/.bunli/commands.gen.js +4103 -3086
- package/dist-bunli/{cli-hhp1d348.js → cli-1170yyve.js} +8 -7
- package/dist-bunli/{cli-qse6myha.js → cli-8hxf9qw6.js} +11 -3
- package/dist-bunli/{cli-8reep89s.js → cli-9fx0qgb7.js} +2 -2
- package/dist-bunli/{cli-add-21bvpfgw.js → cli-add-xjaaa01x.js} +1560 -1525
- package/dist-bunli/{cli-52ke0ptp.js → cli-am5x7tb4.js} +8 -2
- package/dist-bunli/cli-ccax7s0s.js +34 -0
- package/dist-bunli/{cli-diagnostics-5dvztm7q.js → cli-diagnostics-10drxh34.js} +1 -1
- package/dist-bunli/{cli-doctor-wy2yjsge.js → cli-doctor-19e8313m.js} +602 -459
- package/dist-bunli/{cli-2rqf6t0b.js → cli-e4bwd81c.js} +8 -11
- package/dist-bunli/{cli-9npd9was.js → cli-epsczb1c.js} +12 -10
- package/dist-bunli/{cli-agywa5n6.js → cli-fp16mntv.js} +8 -4
- package/dist-bunli/{cli-init-xnsbxncv.js → cli-init-2b4yn2cc.js} +14 -10
- package/dist-bunli/{cli-ts9thts5.js → cli-k5q5v8g6.js} +184 -162
- package/dist-bunli/{cli-c2acv5dv.js → cli-nvs5atj1.js} +2 -2
- package/dist-bunli/{cli-prompt-614tq57c.js → cli-prompt-ncyg68rn.js} +1 -1
- package/dist-bunli/{cli-bq2v559b.js → cli-rdcga1bd.js} +31 -13
- package/dist-bunli/{cli-scaffold-zhp2ym8z.js → cli-scaffold-4tjw4jk5.js} +27 -15
- package/dist-bunli/{cli-templates-hc71dfc2.js → cli-templates-g8t4fm11.js} +3 -2
- package/dist-bunli/{cli-p95wr1q8.js → cli-tq730sqt.js} +6 -3
- package/dist-bunli/{cli-1meywwsy.js → cli-y7w3pybs.js} +848 -246
- package/dist-bunli/{cli-z5qkx2pn.js → cli-ymecd15q.js} +37 -10
- package/dist-bunli/cli.js +4 -4
- package/dist-bunli/{command-list-aqrkx021.js → command-list-vme7dr5v.js} +81 -45
- package/dist-bunli/{create-template-validation-rtec5sng.js → create-template-validation-4fr851vg.js} +5 -4
- package/dist-bunli/{migrations-bx0yvc2v.js → migrations-pb5vvtdp.js} +9 -8
- package/dist-bunli/node-cli.js +399 -317
- package/dist-bunli/{workspace-project-csnnggz6.js → workspace-project-gmv2a71z.js} +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,12 +8,13 @@ Use this package for new projects:
|
|
|
8
8
|
- `bunx wp-typia create my-block`
|
|
9
9
|
- `curl -fsSL https://github.com/imjlk/wp-typia/releases/latest/download/install-wp-typia.sh | sh`
|
|
10
10
|
- `npx wp-typia create my-plugin --template workspace`
|
|
11
|
+
- `npx wp-typia create my-plugin --template workspace --profile plugin-qa`
|
|
11
12
|
- `npx wp-typia create my-books --template query-loop --query-post-type book`
|
|
12
13
|
|
|
13
14
|
Extend an existing workspace with:
|
|
14
15
|
|
|
15
16
|
- `wp-typia add block counter-card --template basic`
|
|
16
|
-
- `wp-typia add integration-env local-smoke --wp-env --service docker-compose`
|
|
17
|
+
- `wp-typia add integration-env local-smoke --wp-env --release-zip --service docker-compose`
|
|
17
18
|
- `wp-typia add style callout-emphasis --block counter-card`
|
|
18
19
|
- `wp-typia add transform quote-to-counter --from core/quote --to counter-card`
|
|
19
20
|
- `wp-typia add binding-source hero-data`
|
|
@@ -45,11 +45,15 @@ export const longValueOptions = Object.freeze([
|
|
|
45
45
|
'--php-prefix',
|
|
46
46
|
'--position',
|
|
47
47
|
'--post-type',
|
|
48
|
+
'--profile',
|
|
48
49
|
'--query-post-type',
|
|
49
50
|
'--query-type',
|
|
50
51
|
'--response-type',
|
|
51
52
|
'--route-pattern',
|
|
52
53
|
'--secret-field',
|
|
54
|
+
'--secret-has-value-field',
|
|
55
|
+
'--secret-masked-response-field',
|
|
56
|
+
'--secret-preserve-on-empty',
|
|
53
57
|
'--secret-state-field',
|
|
54
58
|
'--seed',
|
|
55
59
|
'--service',
|