buildx-cli 1.8.27 → 1.8.29
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 +7 -0
- package/dist/README.md +7 -0
- package/dist/index.cjs +4 -4
- package/dist/index.js +4 -4
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,6 +102,13 @@ When running `config:setup`, CLI auto-detects these values and asks for confirma
|
|
|
102
102
|
npx buildx-cli config:setup --endpoint https://api.example.com --api-key your-api-key
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
+
Per-command endpoint override:
|
|
106
|
+
|
|
107
|
+
- Many commands support `-u, --api-url <url>`.
|
|
108
|
+
- `--api-url` overrides only the current command request target.
|
|
109
|
+
- Saved config is not changed.
|
|
110
|
+
- API key and auth are still resolved from existing config/env.
|
|
111
|
+
|
|
105
112
|
### View Current Configuration
|
|
106
113
|
```bash
|
|
107
114
|
npx buildx-cli config:show
|
package/dist/README.md
CHANGED
|
@@ -102,6 +102,13 @@ When running `config:setup`, CLI auto-detects these values and asks for confirma
|
|
|
102
102
|
npx buildx-cli config:setup --endpoint https://api.example.com --api-key your-api-key
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
+
Per-command endpoint override:
|
|
106
|
+
|
|
107
|
+
- Many commands support `-u, --api-url <url>`.
|
|
108
|
+
- `--api-url` overrides only the current command request target.
|
|
109
|
+
- Saved config is not changed.
|
|
110
|
+
- API key and auth are still resolved from existing config/env.
|
|
111
|
+
|
|
105
112
|
### View Current Configuration
|
|
106
113
|
```bash
|
|
107
114
|
npx buildx-cli config:show
|