@apicircle/cli 1.0.3 → 1.0.5
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 +4 -0
- package/dist/bin/cli.cjs +1560 -0
- package/dist/bin/cli.cjs.map +1 -0
- package/dist/bin/cli.d.cts +3 -0
- package/dist/bin/cli.d.ts +3 -0
- package/dist/bin/cli.js +55 -0
- package/dist/bin/cli.js.map +1 -0
- package/dist/chunk-B3FBQLFQ.js +84 -0
- package/dist/chunk-B3FBQLFQ.js.map +1 -0
- package/dist/index.cjs +395 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +318 -12
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -166,6 +166,10 @@ apicircle run "Nightly" --secrets ./secrets.json --no-save
|
|
|
166
166
|
Resolves a plan by name or id, runs each step through the **real** request
|
|
167
167
|
engine (same auth, same retries, same assertions as the desktop app),
|
|
168
168
|
evaluates assertions, and carries extracted context forward between steps.
|
|
169
|
+
If a request or linked-workspace step needs Global Assets file bytes that are
|
|
170
|
+
missing on this machine, the CLI downloads the attachment blobs from GitHub,
|
|
171
|
+
verifies their checksums, and only then starts the request. A checksum mismatch
|
|
172
|
+
fails closed instead of sending a partial upload.
|
|
169
173
|
|
|
170
174
|
**Flags:**
|
|
171
175
|
|