@fragment-dev/cli 0.0.1-rc3 → 1.0.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/oclif.manifest.json +11 -11
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"login": {
|
|
77
77
|
"aliases": [],
|
|
78
78
|
"args": {},
|
|
79
|
-
"description": "Authentication is scoped to one FRAGMENT Workspace.\n If you want to authenticate with another Workspace, you must create another API Client and follow the authentication flow again.\n Credentials will be written to
|
|
79
|
+
"description": "Authentication is scoped to one FRAGMENT Workspace.\n If you want to authenticate with another Workspace, you must create another API Client and follow the authentication flow again.\n Credentials will be written to ~/.fragment/auth.json.",
|
|
80
80
|
"examples": [
|
|
81
81
|
"<%= config.bin %> <%= command.id %>",
|
|
82
82
|
"<%= config.bin %> <%= command.id %> --client-id <client-id> --client-secret <client-secret> --api-url <api-url> --oauth-url <oauth-url>"
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"add-ledger-entry": {
|
|
340
340
|
"aliases": [],
|
|
341
341
|
"args": {},
|
|
342
|
-
"description": "This mirrors the
|
|
342
|
+
"description": "This mirrors the addLedgerEntry mutation in the GraphQL API.\n\n Only entries with type are allowed to be posted to a Ledger Account.\n ",
|
|
343
343
|
"examples": [
|
|
344
344
|
"<%= config.bin %> <%= command.id %>"
|
|
345
345
|
],
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
"update-ledger-account": {
|
|
459
459
|
"aliases": [],
|
|
460
460
|
"args": {},
|
|
461
|
-
"description": "This mirrors the
|
|
461
|
+
"description": "This mirrors the updateLedgerAccount mutation in the GraphQL API.",
|
|
462
462
|
"examples": [
|
|
463
463
|
"<%= config.bin %> <%= command.id %>"
|
|
464
464
|
],
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
"create-custom-link": {
|
|
532
532
|
"aliases": [],
|
|
533
533
|
"args": {},
|
|
534
|
-
"description": "This mirrors the
|
|
534
|
+
"description": "This mirrors the CreateCustomLink API endpoint.\n Read https://fragment.dev/docs/sync-payments#custom-link-onboarding to learn more about Custom Links.",
|
|
535
535
|
"examples": [
|
|
536
536
|
"<%= config.bin %> <%= command.id %> --ik <ik> --name <name>"
|
|
537
537
|
],
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
"delete-ledger": {
|
|
573
573
|
"aliases": [],
|
|
574
574
|
"args": {},
|
|
575
|
-
"description": "This mirrors the
|
|
575
|
+
"description": "This mirrors the deleteLedger mutation in the GraphQL API.",
|
|
576
576
|
"examples": [
|
|
577
577
|
"<%= config.bin %> <%= command.id %>"
|
|
578
578
|
],
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
"delete-schema": {
|
|
612
612
|
"aliases": [],
|
|
613
613
|
"args": {},
|
|
614
|
-
"description": "This mirrors the
|
|
614
|
+
"description": "This mirrors the deleteSchema mutation in the GraphQL API.",
|
|
615
615
|
"examples": [
|
|
616
616
|
"<%= config.bin %> <%= command.id %>"
|
|
617
617
|
],
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
"delete-custom-txs": {
|
|
645
645
|
"aliases": [],
|
|
646
646
|
"args": {},
|
|
647
|
-
"description": "This mirrors the
|
|
647
|
+
"description": "This mirrors the deleteCustomTxs mutation in the GraphQL API.",
|
|
648
648
|
"examples": [
|
|
649
649
|
"<%= config.bin %> <%= command.id %>"
|
|
650
650
|
],
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"migrate-ledger-entry": {
|
|
677
677
|
"aliases": [],
|
|
678
678
|
"args": {},
|
|
679
|
-
"description": "This mirrors the
|
|
679
|
+
"description": "This mirrors the migrateLedgerEntry mutation in the GraphQL API.\n\n Migrates an existing Ledger Entry to a new type and version with new parameters.\n ",
|
|
680
680
|
"examples": [
|
|
681
681
|
"<%= config.bin %> <%= command.id %>"
|
|
682
682
|
],
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
"reverse-ledger-entry": {
|
|
746
746
|
"aliases": [],
|
|
747
747
|
"args": {},
|
|
748
|
-
"description": "This mirrors the
|
|
748
|
+
"description": "This mirrors the reverseLedgerEntry mutation in the GraphQL API.",
|
|
749
749
|
"examples": [
|
|
750
750
|
"<%= config.bin %> <%= command.id %>"
|
|
751
751
|
],
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
"description": "This command generates a GraphQL query for each entry type in your ledger Schema.\n Use this command with Fragment SDKs to create type-safe code to update your ledger.",
|
|
913
913
|
"examples": [
|
|
914
914
|
{
|
|
915
|
-
"description": "Output the GraphQL queries from the schema file at
|
|
915
|
+
"description": "Output the GraphQL queries from the schema file at <path>.",
|
|
916
916
|
"command": "<%= config.bin %> <%= command.id %> --path <path>"
|
|
917
917
|
},
|
|
918
918
|
{
|
|
@@ -973,5 +973,5 @@
|
|
|
973
973
|
"help": "Generate GraphQL queries from your Schema for your SDK."
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
|
-
"version": "0.0
|
|
976
|
+
"version": "1.0.0"
|
|
977
977
|
}
|