@epilot/cli 0.1.46 → 0.1.48

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
@@ -29,7 +29,7 @@ npm install -g @epilot/cli
29
29
 
30
30
  <!-- usage-help -->
31
31
  ```
32
- epilot v0.1.46 — CLI for epilot APIs
32
+ epilot v0.1.48 — 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) |