@@ -77,7 +77,8 @@ func rdbRoot() *core.Command {
7777
7878func rdbBackup () * core.Command {
7979 return & core.Command {
80- Short : `` ,
80+ Short : `Backups are extracted data of your database at a given time
81+ ` ,
8182 Long : `Save and restore backups of your database instance.
8283` ,
8384 Namespace : "rdb" ,
@@ -87,7 +88,8 @@ func rdbBackup() *core.Command {
8788
8889func rdbEngine () * core.Command {
8990 return & core.Command {
90- Short : `` ,
91+ Short : `Software that stores and retrieves data from a database
92+ ` ,
9193 Long : `Software that stores and retrieves data from a database. Each database engine has a name and versions.
9294` ,
9395 Namespace : "rdb" ,
@@ -97,7 +99,8 @@ func rdbEngine() *core.Command {
9799
98100func rdbInstance () * core.Command {
99101 return & core.Command {
100- Short : `` ,
102+ Short : `A Database Instance is composed of one or more Nodes, depending of the is_ha_cluster setting
103+ ` ,
101104 Long : `A Database Instance is composed of one or more Nodes, depending of the is_ha_cluster setting. Autohealing is enabled by default for HA clusters. Database automated backup is enabled by default in order to prevent data loss.
102105` ,
103106 Namespace : "rdb" ,
@@ -107,7 +110,8 @@ func rdbInstance() *core.Command {
107110
108111func rdbACL () * core.Command {
109112 return & core.Command {
110- Short : `` ,
113+ Short : `Network Access Control List allows to control network in and out traffic by setting up ACL rules
114+ ` ,
111115 Long : `Network Access Control List allows to control network in and out traffic by setting up ACL rules. ACL rules could be created, edited, deleted
112116` ,
113117 Namespace : "rdb" ,
@@ -117,7 +121,8 @@ func rdbACL() *core.Command {
117121
118122func rdbSettings () * core.Command {
119123 return & core.Command {
120- Short : `` ,
124+ Short : `Instance Settings are tunables of Database Engines
125+ ` ,
121126 Long : `Instance Settings are tunables of Database Engines. Available settings depend on the database engine and its version.
122127` ,
123128 Namespace : "rdb" ,
@@ -127,7 +132,8 @@ func rdbSettings() *core.Command {
127132
128133func rdbPrivilege () * core.Command {
129134 return & core.Command {
130- Short : `` ,
135+ Short : `Define some privileges to a user on a specific database
136+ ` ,
131137 Long : `Define some privileges to a user on a specific database.
132138` ,
133139 Namespace : "rdb" ,
@@ -137,7 +143,8 @@ func rdbPrivilege() *core.Command {
137143
138144func rdbUser () * core.Command {
139145 return & core.Command {
140- Short : `` ,
146+ Short : `Manage users on your instance
147+ ` ,
141148 Long : `Manage users on your instance
142149` ,
143150 Namespace : "rdb" ,
@@ -147,7 +154,8 @@ func rdbUser() *core.Command {
147154
148155func rdbDatabase () * core.Command {
149156 return & core.Command {
150- Short : `` ,
157+ Short : `Manage logical databases on your instance
158+ ` ,
151159 Long : `Manage logical databases on your instance
152160` ,
153161 Namespace : "rdb" ,
@@ -157,7 +165,8 @@ func rdbDatabase() *core.Command {
157165
158166func rdbNodeType () * core.Command {
159167 return & core.Command {
160- Short : `` ,
168+ Short : `Node types powering your instance
169+ ` ,
161170 Long : `Node types powering your instance
162171` ,
163172 Namespace : "rdb" ,
@@ -167,17 +176,17 @@ func rdbNodeType() *core.Command {
167176
168177func rdbLog () * core.Command {
169178 return & core.Command {
170- Short : `` ,
171- Long : `` ,
179+ Short : `Logs generated by your instance ` ,
180+ Long : `Logs generated by your instance. ` ,
172181 Namespace : "rdb" ,
173182 Resource : "log" ,
174183 }
175184}
176185
177186func rdbCertificate () * core.Command {
178187 return & core.Command {
179- Short : `` ,
180- Long : `` ,
188+ Short : `TLS certificate used by your instance ` ,
189+ Long : `TLS certificate used by your instance. ` ,
181190 Namespace : "rdb" ,
182191 Resource : "certificate" ,
183192 }
0 commit comments