@epilot/cli 0.1.46 → 0.1.47
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 +3 -1
- package/definitions/snapshot.json +734 -0
- package/definitions/user.json +441 -0
- package/dist/bin/epilot.js +7 -6
- package/dist/{chunk-YSFRKKRY.js → chunk-VOOQ4GMS.js} +25 -1
- package/dist/{completion-QKONIGGO.js → completion-EKYW2Z3F.js} +1 -1
- package/dist/snapshot-AHEAQ3CU.js +56 -0
- package/dist/{upgrade-DE6PWJ2I.js → upgrade-FCRZPJWQ.js} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ npm install -g @epilot/cli
|
|
|
29
29
|
|
|
30
30
|
<!-- usage-help -->
|
|
31
31
|
```
|
|
32
|
-
epilot v0.1.
|
|
32
|
+
epilot v0.1.47 — CLI for epilot APIs
|
|
33
33
|
|
|
34
34
|
USAGE
|
|
35
35
|
epilot <api> <operationId> [params...] [flags]
|
|
@@ -103,6 +103,7 @@ APIs
|
|
|
103
103
|
query Query API
|
|
104
104
|
sandbox Sandbox API
|
|
105
105
|
sharing Sharing API
|
|
106
|
+
snapshot Snapshot API
|
|
106
107
|
submission Submission API
|
|
107
108
|
targeting Targeting API
|
|
108
109
|
template-variables Template Variables API
|
|
@@ -359,6 +360,7 @@ Full documentation with sample calls and responses for all APIs:
|
|
|
359
360
|
| Query API | `epilot query` | [docs](./docs/query.md) |
|
|
360
361
|
| Sandbox API | `epilot sandbox` | [docs](./docs/sandbox.md) |
|
|
361
362
|
| Sharing API | `epilot sharing` | [docs](./docs/sharing.md) |
|
|
363
|
+
| Snapshot API | `epilot snapshot` | [docs](./docs/snapshot.md) |
|
|
362
364
|
| Submission API | `epilot submission` | [docs](./docs/submission.md) |
|
|
363
365
|
| Targeting API | `epilot targeting` | [docs](./docs/targeting.md) |
|
|
364
366
|
| Template Variables API | `epilot template-variables` | [docs](./docs/template-variables.md) |
|