Skip to content

Commit 4dfb764

Browse files
author
fireblocks_dx_team
committed
Generated CLI #6819
1 parent ecdb26e commit 4dfb764

4 files changed

Lines changed: 226 additions & 365 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

package.json

Lines changed: 57 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fireblocks/fireblocks-cli",
33
"description": "Agent-first CLI for Fireblocks infrastructure. Execute any Fireblocks API operation from the command line.",
4-
"version": "2.0.0",
4+
"version": "0.1.0",
55
"author": "Fireblocks",
66
"repository": {
77
"type": "git",
@@ -40,11 +40,7 @@
4040
"./dist",
4141
"./oclif.manifest.json"
4242
],
43-
"keywords": [
44-
"oclif",
45-
"fireblocks",
46-
"cli"
47-
],
43+
"keywords": ["oclif", "fireblocks", "cli"],
4844
"license": "MIT",
4945
"main": "dist/index.js",
5046
"type": "module",
@@ -58,162 +54,162 @@
5854
"topicSeparator": " ",
5955
"topics": {
6056
"admin-quorum": {
61-
"description": "Admin Quorum operations"
57+
"description": "Admin Quorum operations"
6258
},
6359
"api-user": {
64-
"description": "Api User operations"
60+
"description": "Api User operations"
6561
},
6662
"audit-logs": {
67-
"description": "Audit Logs operations"
63+
"description": "Audit Logs operations"
6864
},
6965
"blockchains-assets": {
70-
"description": "Blockchains & assets operations"
66+
"description": "Blockchains & assets operations"
7167
},
7268
"compliance": {
73-
"description": "Compliance operations"
69+
"description": "Compliance operations"
7470
},
7571
"compliance-screening-configuration": {
76-
"description": "Compliance Screening Configuration operations"
72+
"description": "Compliance Screening Configuration operations"
7773
},
7874
"connected-accounts": {
79-
"description": "Connected Accounts operations (Beta)"
75+
"description": "Connected Accounts operations (Beta)"
8076
},
8177
"console-user": {
82-
"description": "Console User operations"
78+
"description": "Console User operations"
8379
},
8480
"contract-interactions": {
85-
"description": "Contract Interactions operations"
81+
"description": "Contract Interactions operations"
8682
},
8783
"contract-templates": {
88-
"description": "Contract Templates operations"
84+
"description": "Contract Templates operations"
8985
},
9086
"contracts": {
91-
"description": "Contracts operations"
87+
"description": "Contracts operations"
9288
},
9389
"cosigners": {
94-
"description": "Cosigners operations (Beta)"
90+
"description": "Cosigners operations (Beta)"
9591
},
9692
"deployed-contracts": {
97-
"description": "Deployed Contracts operations"
93+
"description": "Deployed Contracts operations"
9894
},
9995
"earn": {
100-
"description": "Earn operations (Beta)"
96+
"description": "Earn operations (Beta)"
10197
},
10298
"embedded-wallets": {
103-
"description": "Embedded Wallets operations"
99+
"description": "Embedded Wallets operations"
104100
},
105101
"exchange-accounts": {
106-
"description": "Exchange accounts operations"
102+
"description": "Exchange accounts operations"
107103
},
108104
"external-wallets": {
109-
"description": "External wallets operations"
105+
"description": "External wallets operations"
110106
},
111107
"fiat-accounts": {
112-
"description": "Fiat accounts operations"
108+
"description": "Fiat accounts operations"
113109
},
114110
"gas-stations": {
115-
"description": "Gas stations operations"
111+
"description": "Gas stations operations"
116112
},
117113
"genie": {
118-
"description": "Genie operations (Beta)"
114+
"description": "Genie operations (Beta)"
119115
},
120116
"internal-wallets": {
121-
"description": "Internal wallets operations"
117+
"description": "Internal wallets operations"
122118
},
123119
"key-link": {
124-
"description": "Key Link operations (Beta)"
120+
"description": "Key Link operations (Beta)"
125121
},
126122
"keys": {
127-
"description": "Keys operations (Beta)"
123+
"description": "Keys operations (Beta)"
128124
},
129125
"network-connections": {
130-
"description": "Network connections operations"
126+
"description": "Network connections operations"
131127
},
132128
"nfts": {
133-
"description": "NFTs operations"
129+
"description": "NFTs operations"
134130
},
135131
"off-exchanges": {
136-
"description": "Off exchanges operations"
132+
"description": "Off exchanges operations"
137133
},
138134
"onchain-data": {
139-
"description": "Onchain Data operations"
135+
"description": "Onchain Data operations"
140136
},
141137
"ota": {
142-
"description": "OTA operations (Beta)"
138+
"description": "OTA operations (Beta)"
143139
},
144140
"payments-flows": {
145-
"description": "Payments - Flows operations"
141+
"description": "Payments - Flows operations"
146142
},
147143
"payments-payout": {
148-
"description": "Payments - Payout operations"
144+
"description": "Payments - Payout operations"
149145
},
150146
"policy-editor": {
151-
"description": "Policy Editor operations (Beta)"
147+
"description": "Policy Editor operations (Beta)"
152148
},
153149
"policy-editor-v2": {
154-
"description": "Policy Editor V2 operations"
150+
"description": "Policy Editor V2 operations"
155151
},
156152
"reports": {
157-
"description": "Reports operations (Beta)"
153+
"description": "Reports operations (Beta)"
158154
},
159155
"reset-device": {
160-
"description": "Reset device operations"
156+
"description": "Reset device operations"
161157
},
162158
"smart-transfer": {
163-
"description": "Smart Transfer operations"
159+
"description": "Smart Transfer operations"
164160
},
165161
"staking": {
166-
"description": "Staking operations"
162+
"description": "Staking operations"
167163
},
168164
"tags": {
169-
"description": "Tags operations"
165+
"description": "Tags operations"
170166
},
171167
"tokenization": {
172-
"description": "Tokenization operations"
168+
"description": "Tokenization operations"
173169
},
174170
"trading": {
175-
"description": "Trading operations (Beta)"
171+
"description": "Trading operations (Beta)"
176172
},
177173
"transactions": {
178-
"description": "Transactions operations"
174+
"description": "Transactions operations"
179175
},
180176
"travel-rule": {
181-
"description": "Travel Rule operations"
177+
"description": "Travel Rule operations"
182178
},
183179
"trlink": {
184-
"description": "TRLink operations"
180+
"description": "TRLink operations"
185181
},
186182
"user-groups": {
187-
"description": "User groups operations (Beta)"
183+
"description": "User groups operations (Beta)"
188184
},
189185
"users": {
190-
"description": "Users operations"
186+
"description": "Users operations"
191187
},
192188
"utxo-management": {
193-
"description": "UTXO Management operations (Beta)"
189+
"description": "UTXO Management operations (Beta)"
194190
},
195191
"vaults": {
196-
"description": "Vaults operations"
192+
"description": "Vaults operations"
197193
},
198194
"web3-connections": {
199-
"description": "Web3 connections operations"
195+
"description": "Web3 connections operations"
200196
},
201197
"webhooks": {
202-
"description": "Webhooks operations"
198+
"description": "Webhooks operations"
203199
},
204200
"webhooks-v2": {
205-
"description": "Webhooks V2 operations"
201+
"description": "Webhooks V2 operations"
206202
},
207203
"whitelist-ip-addresses": {
208-
"description": "whitelist ip addresses operations"
204+
"description": "whitelist ip addresses operations"
209205
},
210206
"workspace": {
211-
"description": "Workspace operations"
207+
"description": "Workspace operations"
212208
},
213209
"workspace-status": {
214-
"description": "Workspace Status operations (Beta)"
210+
"description": "Workspace Status operations (Beta)"
215211
}
216-
},
212+
},
217213
"plugins": [
218214
"@oclif/plugin-help",
219215
"@oclif/plugin-autocomplete"
@@ -231,7 +227,7 @@
231227
"win32-x64"
232228
],
233229
"macos": {
234-
"identifier": "com.fireblocks.mycli"
230+
"identifier": "com.fireblocks.mycli"
235231
}
236232
},
237233
"scripts": {
@@ -242,6 +238,6 @@
242238
"pack:mac": "oclif pack macos",
243239
"pack:win": "oclif pack win --targets win32-x64",
244240
"pack:deb": "oclif pack deb"
245-
},
241+
},
246242
"types": "dist/index.d.ts"
247243
}

0 commit comments

Comments
 (0)