buildx-cli 1.8.20 → 1.8.21
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 +6 -0
- package/dist/README.md +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -262,6 +262,12 @@ Generated auth-aware structure:
|
|
|
262
262
|
- public screen tree for unauthenticated users
|
|
263
263
|
- private screen tree for authenticated users
|
|
264
264
|
|
|
265
|
+
UI package dependency resolution:
|
|
266
|
+
- generated apps depend on package from env `BUILDX_UI_PACKS_PACKAGE`
|
|
267
|
+
- default package name is `buildx-react-ui-packs`
|
|
268
|
+
- set a scoped package before seeding when unscoped npm name is unavailable:
|
|
269
|
+
- `BUILDX_UI_PACKS_PACKAGE=@your-scope/buildx-react-ui-packs npx buildx-cli project:init ...`
|
|
270
|
+
|
|
265
271
|
### New Project Maintenance
|
|
266
272
|
|
|
267
273
|
After `project:init`, use these commands to maintain local/remote artifact parity:
|
package/dist/README.md
CHANGED
|
@@ -262,6 +262,12 @@ Generated auth-aware structure:
|
|
|
262
262
|
- public screen tree for unauthenticated users
|
|
263
263
|
- private screen tree for authenticated users
|
|
264
264
|
|
|
265
|
+
UI package dependency resolution:
|
|
266
|
+
- generated apps depend on package from env `BUILDX_UI_PACKS_PACKAGE`
|
|
267
|
+
- default package name is `buildx-react-ui-packs`
|
|
268
|
+
- set a scoped package before seeding when unscoped npm name is unavailable:
|
|
269
|
+
- `BUILDX_UI_PACKS_PACKAGE=@your-scope/buildx-react-ui-packs npx buildx-cli project:init ...`
|
|
270
|
+
|
|
265
271
|
### New Project Maintenance
|
|
266
272
|
|
|
267
273
|
After `project:init`, use these commands to maintain local/remote artifact parity:
|