@@ -9,58 +9,58 @@ platform.
9
9
10
10
<div id =" table-of-contents " ></div >
11
11
12
- - [ Standards] ( #standards )
13
- - [ Architecture] ( #architecture )
14
- - [ Command Structure Overview] ( #command-structure-overview )
15
- - [ Final Vision] ( #final-vision )
16
- - [ Example Commands] ( #example-commands )
17
- - [ Global Flags] ( #global-flags )
18
- - [ Groups] ( #groups )
19
- - [ Group Changes (Rename, Remove, Replace)] ( #group-changes-rename-remove-replace )
20
- - [ Resources by Group] ( #resources-by-group )
21
- - [ Block] ( #block )
22
- - [ Cluster Ref] ( #cluster-ref )
23
- - [ Consensus] ( #consensus )
24
- - [ Deployment] ( #deployment )
25
- - [ Explorer] ( #explorer )
26
- - [ Keys] ( #keys )
27
- - [ Ledger] ( #ledger )
28
- - [ Mirror] ( #mirror )
29
- - [ Relay] ( #relay )
30
- - [ Quick Start] ( #quick-start )
31
- - [ Operations by Resource] ( #operations-by-resource )
32
- - [ Block] ( #block-1 )
33
- - [ Node] ( #node )
34
- - [ Cluster Ref] ( #cluster-ref-1 )
35
- - [ Config] ( #config )
36
- - [ Consensus] ( #consensus-1 )
37
- - [ Network] ( #network )
38
- - [ Node] ( #node-1 )
39
- - [ State] ( #state )
40
- - [ Diagnostic] ( #diagnostic )
41
- - [ Deployment] ( #deployment-1 )
42
- - [ Cluster] ( #cluster )
43
- - [ Config] ( #config-1 )
44
- - [ State] ( #state-1 )
45
- - [ Explorer] ( #explorer-1 )
46
- - [ Node] ( #node-2 )
47
- - [ Keys] ( #keys-1 )
48
- - [ Consensus] ( #consensus-1 )
49
- - [ Ledger] ( #ledger-1 )
50
- - [ System] ( #system )
51
- - [ Account] ( #account )
52
- - [ Crypto] ( #crypto )
53
- - [ Mirror] ( #mirror-1 )
54
- - [ Node] ( #node-3 )
55
- - [ Relay] ( #relay-1 )
56
- - [ Node] ( #node-4 )
57
- - [ Quick Start] ( #quick-start-1 )
58
- - [ EVM] ( #evm )
59
- - [ Single] ( #single )
60
- - [ Multi] ( #multi )
61
- - [ Flags by Operation] ( #flags-by-operation )
62
- - [ Block Node] ( #block-node )
63
- - [ List] ( #list )
12
+ * [ Standards] ( #standards )
13
+ * [ Architecture] ( #architecture )
14
+ * [ Command Structure Overview] ( #command-structure-overview )
15
+ * [ Final Vision] ( #final-vision )
16
+ * [ Example Commands] ( #example-commands )
17
+ * [ Global Flags] ( #global-flags )
18
+ * [ Groups] ( #groups )
19
+ * [ Group Changes (Rename, Remove, Replace)] ( #group-changes-rename-remove-replace )
20
+ * [ Resources by Group] ( #resources-by-group )
21
+ * [ Block] ( #block )
22
+ * [ Cluster Ref] ( #cluster-ref )
23
+ * [ Consensus] ( #consensus )
24
+ * [ Deployment] ( #deployment )
25
+ * [ Explorer] ( #explorer )
26
+ * [ Keys] ( #keys )
27
+ * [ Ledger] ( #ledger )
28
+ * [ Mirror] ( #mirror )
29
+ * [ Relay] ( #relay )
30
+ * [ Quick Start] ( #quick-start )
31
+ * [ Operations by Resource] ( #operations-by-resource )
32
+ * [ Block] ( #block-1 )
33
+ * [ Node] ( #node )
34
+ * [ Cluster Ref] ( #cluster-ref-1 )
35
+ * [ Config] ( #config )
36
+ * [ Consensus] ( #consensus-1 )
37
+ * [ Network] ( #network )
38
+ * [ Node] ( #node-1 )
39
+ * [ State] ( #state )
40
+ * [ Diagnostic] ( #diagnostic )
41
+ * [ Deployment] ( #deployment-1 )
42
+ * [ Cluster] ( #cluster )
43
+ * [ Config] ( #config-1 )
44
+ * [ State] ( #state-1 )
45
+ * [ Explorer] ( #explorer-1 )
46
+ * [ Node] ( #node-2 )
47
+ * [ Keys] ( #keys-1 )
48
+ * [ Consensus] ( #consensus-1 )
49
+ * [ Ledger] ( #ledger-1 )
50
+ * [ System] ( #system )
51
+ * [ Account] ( #account )
52
+ * [ Crypto] ( #crypto )
53
+ * [ Mirror] ( #mirror-1 )
54
+ * [ Node] ( #node-3 )
55
+ * [ Relay] ( #relay-1 )
56
+ * [ Node] ( #node-4 )
57
+ * [ Quick Start] ( #quick-start-1 )
58
+ * [ EVM] ( #evm )
59
+ * [ Single] ( #single )
60
+ * [ Multi] ( #multi )
61
+ * [ Flags by Operation] ( #flags-by-operation )
62
+ * [ Block Node] ( #block-node )
63
+ * [ List] ( #list )
64
64
65
65
## Standards
66
66
@@ -70,10 +70,10 @@ as possible, providing clear and concise feedback to the user at all times.
70
70
71
71
The CLI should be built using the following tools and libraries:
72
72
73
- - [ Inquirer.js] ( https://www.npmjs.com/package/@inquirer/prompts ) for interactive prompts
74
- - [ Yargs] ( https://www.npmjs.com/package/yargs ) for command line argument parsing
75
- - [ Listr2] ( https://www.npmjs.com/package/listr2 ) for user-friendly task lists
76
- - [ Chalk] ( https://www.npmjs.com/package/chalk ) for colorized output
73
+ * [ Inquirer.js] ( https://www.npmjs.com/package/@inquirer/prompts ) for interactive prompts
74
+ * [ Yargs] ( https://www.npmjs.com/package/yargs ) for command line argument parsing
75
+ * [ Listr2] ( https://www.npmjs.com/package/listr2 ) for user-friendly task lists
76
+ * [ Chalk] ( https://www.npmjs.com/package/chalk ) for colorized output
77
77
78
78
<p align =" right " >
79
79
:arrow_up_small : <a href =" #table-of-contents " >Back to top</a >
@@ -128,23 +128,23 @@ flags may be specified at any level of the command hierarchy.
128
128
129
129
| Group | Resource | Operation(s) |
130
130
| -------------| ---------------------| ---------------------------------------------------------------------------------------------|
131
- | block | node | < list \ | info \ | logs \ | add \ | upgrade \ | destroy > |
132
- | cluster-ref | config | < list \ | info \ | connect \ | disconnect > |
133
- | consensus | network | < info \ | deploy \ | freeze \ | upgrade \ | destroy > |
134
- | consensus | node | < list \ | info \ | logs \ | add \ | update \ | destroy \ | start \ | stop \ | restart \ | refresh > |
135
- | consensus | state | < list \ | download \ | upload > |
136
- | consensus | diagnostic | < logs \ | configs \ | all > |
137
- | deployment | config | < list \ | info \ | create \ | delete \ | import > |
138
- | deployment | cluster | < list \ | info \ | attach \ | detach > |
139
- | deployment | state | < info \ | destroy > |
140
- | explorer | node | < list \ | info \ | logs \ | add \ | upgrade \ | destroy > |
131
+ | block | node | < list | info | logs | add | upgrade | destroy > |
132
+ | cluster-ref | config | < list | info | connect | disconnect > |
133
+ | consensus | network | < info | deploy | freeze | upgrade | destroy > |
134
+ | consensus | node | < list | info | logs | add | update | destroy | start | stop | restart | refresh > |
135
+ | consensus | state | < list | download | upload > |
136
+ | consensus | diagnostic | < logs | configs | all > |
137
+ | deployment | config | < list | info | create | delete | import > |
138
+ | deployment | cluster | < list | info | attach | detach > |
139
+ | deployment | state | < info | destroy > |
140
+ | explorer | node | < list | info | logs | add | upgrade | destroy > |
141
141
| keys | consensus | < generate > |
142
- | ledger | system | < init \ | accounts-rekey \ | staking-setup > |
143
- | ledger | account | < list \ | info \ | create \ | update \ | delete \ | import > |
144
- | ledger | crypto | < transfer \ | balance > |
145
- | mirror | node | < list \ | info \ | logs \ | add \ | upgrade \ | destroy > |
146
- | relay | node | < list \ | info \ | logs \ | add \ | upgrade \ | destroy > |
147
- | quick-start | < single \ | multi > | < info \ | deploy \ | destroy > |
142
+ | ledger | system | < init | accounts-rekey | staking-setup > |
143
+ | ledger | account | < list | info | create | update | delete | import > |
144
+ | ledger | crypto | < transfer | balance > |
145
+ | mirror | node | < list | info | logs | add | upgrade | destroy > |
146
+ | relay | node | < list | info | logs | add | upgrade | destroy > |
147
+ | quick-start | < single | multi > | < info | deploy | destroy > |
148
148
149
149
#### Example Commands
150
150
0 commit comments