Skip to content

Commit afa3501

Browse files
cli-generation-automation[bot]fireblocks_dx_team
andauthored
Generated CLI #4147 (#27)
Co-authored-by: fireblocks_dx_team <dx_team@fireblocks.com>
1 parent 653c2b4 commit afa3501

2 files changed

Lines changed: 59 additions & 142 deletions

File tree

CHANGELOG.md

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

package.json

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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": "1.0.3",
4+
"version": "0.1.0",
55
"author": "Fireblocks",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/fireblocks/fireblocks-cli"
9+
},
610
"bin": {
711
"fireblocks": "./bin/run.js"
812
},
@@ -36,11 +40,7 @@
3640
"./dist",
3741
"./oclif.manifest.json"
3842
],
39-
"keywords": [
40-
"oclif",
41-
"fireblocks",
42-
"cli"
43-
],
43+
"keywords": ["oclif", "fireblocks", "cli"],
4444
"license": "MIT",
4545
"main": "dist/index.js",
4646
"type": "module",
@@ -54,156 +54,156 @@
5454
"topicSeparator": " ",
5555
"topics": {
5656
"vaults": {
57-
"description": "Vaults operations"
57+
"description": "Vaults operations"
5858
},
5959
"embedded-wallets": {
60-
"description": "Embedded Wallets operations"
60+
"description": "Embedded Wallets operations"
6161
},
6262
"workspace": {
63-
"description": "Workspace operations"
63+
"description": "Workspace operations"
6464
},
6565
"exchange-accounts": {
66-
"description": "Exchange accounts operations"
66+
"description": "Exchange accounts operations"
6767
},
6868
"fiat-accounts": {
69-
"description": "Fiat accounts operations"
69+
"description": "Fiat accounts operations"
7070
},
7171
"connected-accounts": {
72-
"description": "Connected Accounts operations (Beta)"
72+
"description": "Connected Accounts operations (Beta)"
7373
},
7474
"network-connections": {
75-
"description": "Network connections operations"
75+
"description": "Network connections operations"
7676
},
7777
"internal-wallets": {
78-
"description": "Internal wallets operations"
78+
"description": "Internal wallets operations"
7979
},
8080
"key-link": {
81-
"description": "Key Link operations (Beta)"
81+
"description": "Key Link operations (Beta)"
8282
},
8383
"keys": {
84-
"description": "Keys operations (Beta)"
84+
"description": "Keys operations (Beta)"
8585
},
8686
"external-wallets": {
87-
"description": "External wallets operations"
87+
"description": "External wallets operations"
8888
},
8989
"contracts": {
90-
"description": "Contracts operations"
90+
"description": "Contracts operations"
9191
},
9292
"blockchains-assets": {
93-
"description": "Blockchains & assets operations"
93+
"description": "Blockchains & assets operations"
9494
},
9595
"transactions": {
96-
"description": "Transactions operations"
96+
"description": "Transactions operations"
9797
},
9898
"payments-payout": {
99-
"description": "Payments - Payout operations"
99+
"description": "Payments - Payout operations"
100100
},
101101
"payments-flows": {
102-
"description": "Payments - Flows operations"
102+
"description": "Payments - Flows operations"
103103
},
104104
"gas-stations": {
105-
"description": "Gas stations operations"
105+
"description": "Gas stations operations"
106106
},
107107
"user-groups": {
108-
"description": "User groups operations (Beta)"
108+
"description": "User groups operations (Beta)"
109109
},
110110
"users": {
111-
"description": "Users operations"
111+
"description": "Users operations"
112112
},
113113
"audit-logs": {
114-
"description": "Audit Logs operations"
114+
"description": "Audit Logs operations"
115115
},
116116
"off-exchanges": {
117-
"description": "Off exchanges operations"
117+
"description": "Off exchanges operations"
118118
},
119119
"webhooks": {
120-
"description": "Webhooks operations"
120+
"description": "Webhooks operations"
121121
},
122122
"webhooks-v2": {
123-
"description": "Webhooks V2 operations"
123+
"description": "Webhooks V2 operations"
124124
},
125125
"contract-templates": {
126-
"description": "Contract Templates operations"
126+
"description": "Contract Templates operations"
127127
},
128128
"deployed-contracts": {
129-
"description": "Deployed Contracts operations"
129+
"description": "Deployed Contracts operations"
130130
},
131131
"tokenization": {
132-
"description": "Tokenization operations"
132+
"description": "Tokenization operations"
133133
},
134134
"contract-interactions": {
135-
"description": "Contract Interactions operations"
135+
"description": "Contract Interactions operations"
136136
},
137137
"onchain-data": {
138-
"description": "Onchain Data operations"
138+
"description": "Onchain Data operations"
139139
},
140140
"staking": {
141-
"description": "Staking operations"
141+
"description": "Staking operations"
142142
},
143143
"earn": {
144-
"description": "Earn operations (Beta)"
144+
"description": "Earn operations (Beta)"
145145
},
146146
"trading": {
147-
"description": "Trading operations (Beta)"
147+
"description": "Trading operations (Beta)"
148148
},
149149
"admin-quorum": {
150-
"description": "Admin Quorum operations"
150+
"description": "Admin Quorum operations"
151151
},
152152
"nfts": {
153-
"description": "NFTs operations"
153+
"description": "NFTs operations"
154154
},
155155
"web3-connections": {
156-
"description": "Web3 connections operations"
156+
"description": "Web3 connections operations"
157157
},
158158
"compliance": {
159-
"description": "Compliance operations"
159+
"description": "Compliance operations"
160160
},
161161
"travel-rule": {
162-
"description": "Travel Rule operations"
162+
"description": "Travel Rule operations"
163163
},
164164
"compliance-screening-configuration": {
165-
"description": "Compliance Screening Configuration operations"
165+
"description": "Compliance Screening Configuration operations"
166166
},
167167
"trlink": {
168-
"description": "TRLink operations"
168+
"description": "TRLink operations"
169169
},
170170
"ota": {
171-
"description": "OTA operations (Beta)"
171+
"description": "OTA operations (Beta)"
172172
},
173173
"workspace-status": {
174-
"description": "Workspace Status operations (Beta)"
174+
"description": "Workspace Status operations (Beta)"
175175
},
176176
"policy-editor": {
177-
"description": "Policy Editor operations (Beta)"
177+
"description": "Policy Editor operations (Beta)"
178178
},
179179
"policy-editor-v2": {
180-
"description": "Policy Editor V2 operations (Beta)"
180+
"description": "Policy Editor V2 operations (Beta)"
181181
},
182182
"console-user": {
183-
"description": "Console User operations"
183+
"description": "Console User operations"
184184
},
185185
"api-user": {
186-
"description": "Api User operations"
186+
"description": "Api User operations"
187187
},
188188
"reset-device": {
189-
"description": "Reset device operations"
189+
"description": "Reset device operations"
190190
},
191191
"whitelist-ip-addresses": {
192-
"description": "whitelist ip addresses operations"
192+
"description": "whitelist ip addresses operations"
193193
},
194194
"smart-transfer": {
195-
"description": "Smart Transfer operations"
195+
"description": "Smart Transfer operations"
196196
},
197197
"tags": {
198-
"description": "Tags operations"
198+
"description": "Tags operations"
199199
},
200200
"cosigners": {
201-
"description": "Cosigners operations (Beta)"
201+
"description": "Cosigners operations (Beta)"
202202
},
203203
"utxo-management": {
204-
"description": "UTXO Management operations (Beta)"
204+
"description": "UTXO Management operations (Beta)"
205205
}
206-
},
206+
},
207207
"plugins": [
208208
"@oclif/plugin-help",
209209
"@oclif/plugin-autocomplete"
@@ -221,7 +221,7 @@
221221
"win32-x64"
222222
],
223223
"macos": {
224-
"identifier": "com.fireblocks.mycli"
224+
"identifier": "com.fireblocks.mycli"
225225
}
226226
},
227227
"scripts": {
@@ -232,6 +232,6 @@
232232
"pack:mac": "oclif pack macos",
233233
"pack:win": "oclif pack win --targets win32-x64",
234234
"pack:deb": "oclif pack deb"
235-
},
235+
},
236236
"types": "dist/index.d.ts"
237237
}

0 commit comments

Comments
 (0)