@tailor-platform/sdk 1.45.1 → 1.46.0
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/CHANGELOG.md +46 -0
- package/dist/application-B4zVVNRS.mjs.map +1 -1
- package/dist/cli/index.mjs +71 -49
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.d.mts +7 -7
- package/dist/cli/lib.mjs +2 -2
- package/dist/cli/lib.mjs.map +1 -1
- package/dist/configure/index.d.mts +1 -1
- package/dist/{crash-report-BUHzuzDn.mjs → crashreport-6mcMyWu4.mjs} +1 -1
- package/dist/{crash-report-CtYCva4d.mjs → crashreport-DGeGj9BF.mjs} +8 -8
- package/dist/crashreport-DGeGj9BF.mjs.map +1 -0
- package/dist/{index-DUKJPEwq.d.mts → index-PB0otrDj.d.mts} +3 -3
- package/dist/{runtime-D5AJYWnF.mjs → runtime-B67skpW-.mjs} +258 -98
- package/dist/runtime-B67skpW-.mjs.map +1 -0
- package/dist/telemetry-21afNV9_.mjs +4 -0
- package/dist/{telemetry-DXitz4RH.mjs → telemetry-DcL8Fsm_.mjs} +1 -1
- package/dist/{telemetry-DXitz4RH.mjs.map → telemetry-DcL8Fsm_.mjs.map} +1 -1
- package/dist/utils/test/index.d.mts +1 -1
- package/docs/cli/application.md +19 -17
- package/docs/cli/crashreport.md +119 -0
- package/docs/cli/executor.md +9 -9
- package/docs/cli/function.md +5 -5
- package/docs/cli/tailordb.md +1 -1
- package/docs/cli/workflow.md +8 -8
- package/docs/cli-reference.md +8 -8
- package/docs/generator/builtin.md +36 -0
- package/docs/quickstart.md +2 -2
- package/docs/services/auth.md +2 -2
- package/docs/services/secret.md +4 -4
- package/docs/services/tailordb-migration.md +10 -10
- package/docs/services/tailordb.md +1 -1
- package/package.json +9 -10
- package/dist/crash-report-CtYCva4d.mjs.map +0 -1
- package/dist/runtime-D5AJYWnF.mjs.map +0 -1
- package/dist/telemetry-BvI1EgMG.mjs +0 -4
- package/docs/cli/crash-report.md +0 -118
- /package/dist/{application-BIzicxMA.mjs → application-Boa_11Nv.mjs} +0 -0
package/docs/cli/crash-report.md
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
# Crash Report Commands
|
|
2
|
-
|
|
3
|
-
Commands for managing crash reports.
|
|
4
|
-
|
|
5
|
-
<!-- politty:command:crash-report:heading:start -->
|
|
6
|
-
|
|
7
|
-
## crash-report
|
|
8
|
-
|
|
9
|
-
<!-- politty:command:crash-report:heading:end -->
|
|
10
|
-
|
|
11
|
-
<!-- politty:command:crash-report:description:start -->
|
|
12
|
-
|
|
13
|
-
Manage crash reports.
|
|
14
|
-
|
|
15
|
-
<!-- politty:command:crash-report:description:end -->
|
|
16
|
-
|
|
17
|
-
<!-- politty:command:crash-report:usage:start -->
|
|
18
|
-
|
|
19
|
-
**Usage**
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
tailor-sdk crash-report [command]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
<!-- politty:command:crash-report:usage:end -->
|
|
26
|
-
|
|
27
|
-
<!-- politty:command:crash-report:global-options-link:start -->
|
|
28
|
-
|
|
29
|
-
See [Global Options](../cli-reference.md#global-options) for options available to all commands.
|
|
30
|
-
|
|
31
|
-
<!-- politty:command:crash-report:global-options-link:end -->
|
|
32
|
-
|
|
33
|
-
<!-- politty:command:crash-report:subcommands:start -->
|
|
34
|
-
|
|
35
|
-
**Commands**
|
|
36
|
-
|
|
37
|
-
| Command | Description |
|
|
38
|
-
| ----------------------------------------- | ---------------------------------------------- |
|
|
39
|
-
| [`crash-report list`](#crash-report-list) | List local crash report files. |
|
|
40
|
-
| [`crash-report send`](#crash-report-send) | Submit a crash report to help improve the SDK. |
|
|
41
|
-
|
|
42
|
-
<!-- politty:command:crash-report:subcommands:end -->
|
|
43
|
-
<!-- politty:command:crash-report list:heading:start -->
|
|
44
|
-
|
|
45
|
-
### crash-report list
|
|
46
|
-
|
|
47
|
-
<!-- politty:command:crash-report list:heading:end -->
|
|
48
|
-
|
|
49
|
-
<!-- politty:command:crash-report list:description:start -->
|
|
50
|
-
|
|
51
|
-
List local crash report files.
|
|
52
|
-
|
|
53
|
-
<!-- politty:command:crash-report list:description:end -->
|
|
54
|
-
|
|
55
|
-
<!-- politty:command:crash-report list:usage:start -->
|
|
56
|
-
|
|
57
|
-
**Usage**
|
|
58
|
-
|
|
59
|
-
```
|
|
60
|
-
tailor-sdk crash-report list [options]
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
<!-- politty:command:crash-report list:usage:end -->
|
|
64
|
-
|
|
65
|
-
<!-- politty:command:crash-report list:options:start -->
|
|
66
|
-
|
|
67
|
-
**Options**
|
|
68
|
-
|
|
69
|
-
| Option | Alias | Description | Required | Default |
|
|
70
|
-
| ----------------- | ----- | -------------------------------------------------------- | -------- | -------- |
|
|
71
|
-
| `--order <ORDER>` | - | Sort order (asc or desc) | No | `"desc"` |
|
|
72
|
-
| `--limit <LIMIT>` | `-l` | Maximum number of items to return (0 or omit: unlimited) | No | - |
|
|
73
|
-
|
|
74
|
-
<!-- politty:command:crash-report list:options:end -->
|
|
75
|
-
|
|
76
|
-
<!-- politty:command:crash-report list:global-options-link:start -->
|
|
77
|
-
|
|
78
|
-
See [Global Options](../cli-reference.md#global-options) for options available to all commands.
|
|
79
|
-
|
|
80
|
-
<!-- politty:command:crash-report list:global-options-link:end -->
|
|
81
|
-
|
|
82
|
-
<!-- politty:command:crash-report send:heading:start -->
|
|
83
|
-
|
|
84
|
-
### crash-report send
|
|
85
|
-
|
|
86
|
-
<!-- politty:command:crash-report send:heading:end -->
|
|
87
|
-
|
|
88
|
-
<!-- politty:command:crash-report send:description:start -->
|
|
89
|
-
|
|
90
|
-
Submit a crash report to help improve the SDK.
|
|
91
|
-
|
|
92
|
-
<!-- politty:command:crash-report send:description:end -->
|
|
93
|
-
|
|
94
|
-
<!-- politty:command:crash-report send:usage:start -->
|
|
95
|
-
|
|
96
|
-
**Usage**
|
|
97
|
-
|
|
98
|
-
```
|
|
99
|
-
tailor-sdk crash-report send [options]
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
<!-- politty:command:crash-report send:usage:end -->
|
|
103
|
-
|
|
104
|
-
<!-- politty:command:crash-report send:options:start -->
|
|
105
|
-
|
|
106
|
-
**Options**
|
|
107
|
-
|
|
108
|
-
| Option | Alias | Description | Required | Default |
|
|
109
|
-
| --------------- | ----- | ----------------------------- | -------- | ------- |
|
|
110
|
-
| `--file <FILE>` | - | Path to the crash report file | Yes | - |
|
|
111
|
-
|
|
112
|
-
<!-- politty:command:crash-report send:options:end -->
|
|
113
|
-
|
|
114
|
-
<!-- politty:command:crash-report send:global-options-link:start -->
|
|
115
|
-
|
|
116
|
-
See [Global Options](../cli-reference.md#global-options) for options available to all commands.
|
|
117
|
-
|
|
118
|
-
<!-- politty:command:crash-report send:global-options-link:end -->
|
|
File without changes
|