@fragment-dev/cli 2026.6.3-2 → 2026.6.4-3
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 +5 -5
- package/dist/{chunk-KVUTOGXI.js → chunk-6DUBKESH.js} +23 -23
- package/dist/{chunk-J2FNJFQG.js → chunk-77RRYW26.js} +5 -5
- package/dist/{chunk-HNECLJVK.js → chunk-7EKBSZJW.js} +3 -3
- package/dist/{chunk-UV7STDIC.js → chunk-AW47CH4G.js} +1 -1
- package/dist/{chunk-L3ZNGAPY.js → chunk-BCJ7RH6F.js} +2 -2
- package/dist/{chunk-VZ2CPEPR.js → chunk-CWYP7N6N.js} +3 -3
- package/dist/{chunk-VEL3UEZV.js → chunk-DIWTHEA4.js} +2 -2
- package/dist/{chunk-MBAU3K3S.js → chunk-DT3RXXHX.js} +2 -2
- package/dist/{chunk-WMPWO3EU.js → chunk-EFVSLZF5.js} +3 -3
- package/dist/{chunk-VGJJO3TO.js → chunk-FBMOM25M.js} +3 -3
- package/dist/{chunk-WXUF6LL2.js → chunk-GJXDJILB.js} +1 -1
- package/dist/{chunk-ZMR35FCP.js → chunk-KIHQ6KT3.js} +14762 -14674
- package/dist/{chunk-WAPUAO2X.js → chunk-KSQPT44Y.js} +3 -3
- package/dist/{chunk-M5X3GRYG.js → chunk-MXO4UWO4.js} +2 -2
- package/dist/{chunk-WWUN4GV2.js → chunk-MYDYLGQB.js} +3 -3
- package/dist/{chunk-UDU5PBTV.js → chunk-O7AE4SQS.js} +1 -1
- package/dist/{chunk-Q6HQVMXZ.js → chunk-OD24SSCI.js} +1 -1
- package/dist/{chunk-7DLF4ROM.js → chunk-ONLGEW76.js} +151 -8
- package/dist/{chunk-X34FYDI4.js → chunk-Q3EKIIWO.js} +3 -3
- package/dist/{chunk-FLOP7UZS.js → chunk-RGGOZNB6.js} +3 -3
- package/dist/{chunk-Z2CERENO.js → chunk-RHV4HXQB.js} +4 -4
- package/dist/{chunk-RCIUPDRC.js → chunk-SMVXUGB5.js} +1 -1
- package/dist/{chunk-DR6JWXVF.js → chunk-SOUER7GB.js} +3 -3
- package/dist/{chunk-WWS2QAQ3.js → chunk-TQ3WVHVO.js} +2 -2
- package/dist/{chunk-FCTATTYL.js → chunk-UTGDDJHS.js} +1 -1
- package/dist/{chunk-WCMNBPIT.js → chunk-VPDAYZYJ.js} +3 -3
- package/dist/{chunk-SNADJKMJ.js → chunk-WAENRPCO.js} +2 -2
- package/dist/{chunk-EJ7BSQ4G.js → chunk-XIMZCBVV.js} +3 -3
- package/dist/{chunk-M5OAS5QZ.js → chunk-XK2D2Z44.js} +3 -3
- package/dist/{chunk-CSSMGU2E.js → chunk-XOXW4BUR.js} +2 -2
- package/dist/{chunk-C7YTQ6BB.js → chunk-ZB3U4N26.js} +3 -3
- package/dist/{chunk-73ZTML2E.js → chunk-ZMFGVGZP.js} +1 -1
- package/dist/{chunk-UMIILSMO.js → chunk-ZMWMDJZP.js} +5 -5
- package/dist/commands/add-ledger-entry.js +5 -5
- package/dist/commands/create-custom-link.js +5 -5
- package/dist/commands/create-ledger.js +5 -5
- package/dist/commands/delete-custom-txs.js +5 -5
- package/dist/commands/delete-ledger.js +5 -5
- package/dist/commands/delete-schema.js +5 -5
- package/dist/commands/gen-graphql.js +7 -7
- package/dist/commands/get-schema.js +6 -6
- package/dist/commands/init.js +4 -4
- package/dist/commands/login.js +5 -5
- package/dist/commands/migrate-ledger-entry.js +5 -5
- package/dist/commands/query/ledgerAccounts.js +5 -5
- package/dist/commands/query/ledgers.js +5 -5
- package/dist/commands/query/schema.js +5 -5
- package/dist/commands/query/schemas.js +5 -5
- package/dist/commands/reverse-ledger-entry.js +5 -5
- package/dist/commands/start.js +4 -4
- package/dist/commands/store-schema.js +5 -5
- package/dist/commands/token.js +5 -5
- package/dist/commands/update-ledger-account.js +5 -5
- package/dist/commands/update.js +5 -5
- package/dist/commands/verify-schema.js +6 -6
- package/dist/commands/workspace.js +5 -5
- package/dist/commands.js +33 -33
- package/dist/graphql.js +3 -3
- package/dist/index.js +33 -33
- package/dist/lib/authenticatedCommand.js +4 -4
- package/dist/lib/baseCommand.js +3 -3
- package/dist/lib/errors.js +2 -2
- package/dist/utils/formatValidationErrors.js +2 -2
- package/dist/utils/schemaValidation.js +3 -3
- package/dist/utils.js +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +7 -9
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ USAGE
|
|
|
74
74
|
$ fragment autocomplete [SHELL] [-r]
|
|
75
75
|
|
|
76
76
|
ARGUMENTS
|
|
77
|
-
SHELL (zsh|bash|powershell) Shell type
|
|
77
|
+
[SHELL] (zsh|bash|powershell) Shell type
|
|
78
78
|
|
|
79
79
|
FLAGS
|
|
80
80
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
@@ -94,7 +94,7 @@ EXAMPLES
|
|
|
94
94
|
$ fragment autocomplete --refresh-cache
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.
|
|
97
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.50/src/commands/autocomplete/index.ts)_
|
|
98
98
|
|
|
99
99
|
## `fragment commands`
|
|
100
100
|
|
|
@@ -123,7 +123,7 @@ DESCRIPTION
|
|
|
123
123
|
List all fragment commands.
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/
|
|
126
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.57/src/commands/commands.ts)_
|
|
127
127
|
|
|
128
128
|
## `fragment create-custom-link`
|
|
129
129
|
|
|
@@ -307,7 +307,7 @@ USAGE
|
|
|
307
307
|
$ fragment help [COMMAND...] [-n]
|
|
308
308
|
|
|
309
309
|
ARGUMENTS
|
|
310
|
-
COMMAND... Command to show help for.
|
|
310
|
+
[COMMAND...] Command to show help for.
|
|
311
311
|
|
|
312
312
|
FLAGS
|
|
313
313
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -316,7 +316,7 @@ DESCRIPTION
|
|
|
316
316
|
Display help for fragment.
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
319
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.50/src/commands/help.ts)_
|
|
320
320
|
|
|
321
321
|
## `fragment init`
|
|
322
322
|
|
|
@@ -1,72 +1,72 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ReverseLedgerEntry
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KSQPT44Y.js";
|
|
4
4
|
import {
|
|
5
5
|
Start
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-DT3RXXHX.js";
|
|
7
7
|
import {
|
|
8
8
|
StoreSchema
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ZB3U4N26.js";
|
|
10
10
|
import {
|
|
11
11
|
Token
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-BCJ7RH6F.js";
|
|
13
13
|
import {
|
|
14
14
|
UpdateLedgerAccount
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-MYDYLGQB.js";
|
|
16
16
|
import {
|
|
17
17
|
Update
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-FBMOM25M.js";
|
|
19
19
|
import {
|
|
20
20
|
VerifySchema
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-ZMWMDJZP.js";
|
|
22
22
|
import {
|
|
23
23
|
Workspace
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-GJXDJILB.js";
|
|
25
25
|
import {
|
|
26
26
|
GetSchema
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-RHV4HXQB.js";
|
|
28
28
|
import {
|
|
29
29
|
Init
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-XOXW4BUR.js";
|
|
31
31
|
import {
|
|
32
32
|
Login
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-7EKBSZJW.js";
|
|
34
34
|
import {
|
|
35
35
|
MigrateLedgerEntry
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-VPDAYZYJ.js";
|
|
37
37
|
import {
|
|
38
38
|
QueryLedgerAccounts
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-MXO4UWO4.js";
|
|
40
40
|
import {
|
|
41
41
|
QueryLedgers
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-SMVXUGB5.js";
|
|
43
43
|
import {
|
|
44
44
|
GetSchema as GetSchema2
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-WAENRPCO.js";
|
|
46
46
|
import {
|
|
47
47
|
QuerySchemas
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-OD24SSCI.js";
|
|
49
49
|
import {
|
|
50
50
|
AddLedgerEntry
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-EFVSLZF5.js";
|
|
52
52
|
import {
|
|
53
53
|
CreateCustomLink
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-RGGOZNB6.js";
|
|
55
55
|
import {
|
|
56
56
|
CreateLedger
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-Q3EKIIWO.js";
|
|
58
58
|
import {
|
|
59
59
|
DeleteCustomTxs
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-XIMZCBVV.js";
|
|
61
61
|
import {
|
|
62
62
|
DeleteLedger
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-SOUER7GB.js";
|
|
64
64
|
import {
|
|
65
65
|
DeleteSchema
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-CWYP7N6N.js";
|
|
67
67
|
import {
|
|
68
68
|
GenGraphQL
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-77RRYW26.js";
|
|
70
70
|
import {
|
|
71
71
|
init_cjs_shims
|
|
72
72
|
} from "./chunk-7GH3YGSC.js";
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
generateQueryFiles,
|
|
4
4
|
schemaToEntryDefinitions,
|
|
5
5
|
validateOutputName
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-DIWTHEA4.js";
|
|
7
7
|
import {
|
|
8
8
|
Schema,
|
|
9
9
|
parseWithError
|
|
@@ -11,20 +11,20 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
formatValidationErrors,
|
|
13
13
|
logValidationErrors
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-UTGDDJHS.js";
|
|
15
15
|
import {
|
|
16
16
|
BadRequestError
|
|
17
17
|
} from "./chunk-GWFXCSSY.js";
|
|
18
18
|
import {
|
|
19
19
|
FragmentCommand,
|
|
20
20
|
require_lib
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-KIHQ6KT3.js";
|
|
22
22
|
import {
|
|
23
23
|
getParsedSchema
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-O7AE4SQS.js";
|
|
25
25
|
import {
|
|
26
26
|
require_source
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-XK2D2Z44.js";
|
|
28
28
|
import {
|
|
29
29
|
__toESM,
|
|
30
30
|
init_cjs_shims
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
inquirer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ONLGEW76.js";
|
|
4
4
|
import {
|
|
5
5
|
FragmentCommand,
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KIHQ6KT3.js";
|
|
8
8
|
import {
|
|
9
9
|
FRAGMENT_ACCESS_TOKEN_PATH,
|
|
10
10
|
FRAGMENT_AUTH_PATH
|
|
11
11
|
} from "./chunk-WS2PJBP6.js";
|
|
12
12
|
import {
|
|
13
13
|
require_source
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-XK2D2Z44.js";
|
|
15
15
|
import {
|
|
16
16
|
__toESM,
|
|
17
17
|
init_cjs_shims
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TQ3WVHVO.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KIHQ6KT3.js";
|
|
7
7
|
import {
|
|
8
8
|
require_source
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XK2D2Z44.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-FMY4RHS4.js";
|
|
4
4
|
import {
|
|
5
5
|
InvalidGraphQlError
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ZMFGVGZP.js";
|
|
7
7
|
import {
|
|
8
8
|
getSchemaObjectParameters,
|
|
9
9
|
getStructuralSubpaths
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
} from "./chunk-7K4RMTU4.js";
|
|
15
15
|
import {
|
|
16
16
|
require_source
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-XK2D2Z44.js";
|
|
18
18
|
import {
|
|
19
19
|
__toESM,
|
|
20
20
|
init_cjs_shims
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TQ3WVHVO.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KIHQ6KT3.js";
|
|
7
7
|
import {
|
|
8
8
|
require_source
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XK2D2Z44.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
inquirer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ONLGEW76.js";
|
|
4
4
|
import {
|
|
5
5
|
FragmentCommand,
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KIHQ6KT3.js";
|
|
8
8
|
import {
|
|
9
9
|
require_source
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-XK2D2Z44.js";
|
|
11
11
|
import {
|
|
12
12
|
__toESM,
|
|
13
13
|
init_cjs_shims
|