@myelinbridge/cli 0.6.0 → 0.6.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 +4 -3
- package/bin/myelin.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,9 +53,10 @@ Two kinds of key exist, and they are not interchangeable. Everything above needs
|
|
|
53
53
|
question your own systems ask once the data has landed: *the bucket is full of UUIDs —
|
|
54
54
|
what is this?*
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
Where they live follows from what they are. A **partner key belongs to one bridge**, because a
|
|
57
|
+
partner does. A **client key belongs to your organisation**: one key, every partner, one answer.
|
|
58
|
+
Your organisation admin creates it in **Organisation → API keys**. To narrow one to a single
|
|
59
|
+
partner's data, scope it to that partner's projects.
|
|
59
60
|
|
|
60
61
|
```bash
|
|
61
62
|
export MYELIN_API_KEY=myl_live_…
|
package/bin/myelin.js
CHANGED
|
@@ -521,7 +521,7 @@ Commands:
|
|
|
521
521
|
status <batch|name> [--watch] review status + fix-loop findings
|
|
522
522
|
sandbox <file> partner-side test transfer (bridge activation)
|
|
523
523
|
|
|
524
|
-
Client-side commands (need a CLIENT key —
|
|
524
|
+
Client-side commands (need a CLIENT key — Organisation → API keys):
|
|
525
525
|
deliveries [--project <id>] what landed in your destination bucket
|
|
526
526
|
[--dataset <id>] [--since <iso>] [--limit <n>]
|
|
527
527
|
resolve <path|prefix|id> what a path in your bucket actually is —
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myelinbridge/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Myelin Partner Ingestion CLI — push R&D data deliveries from a pipeline: preflight against the client's quality rules, resumable upload, submit, track review outcomes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|