@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 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