@@ -3,7 +3,7 @@ const advancedOptions = require('./commands/config/advanced');
3
3
4
4
module . exports = {
5
5
config : {
6
- description : 'configure a Ghost instance' ,
6
+ description : 'Configure a Ghost instance' ,
7
7
8
8
arguments : [ {
9
9
name : 'key' ,
@@ -17,20 +17,20 @@ module.exports = {
17
17
} ,
18
18
19
19
doctor : {
20
- description : 'check the system for any potential hiccups when installing/updating Ghost' ,
20
+ description : 'Check the system for any potential hiccups when installing/updating Ghost' ,
21
21
22
22
arguments : [
23
23
{ name : 'category' , optional : true }
24
24
]
25
25
} ,
26
26
27
27
buster : {
28
- description : 'who ya gonna call?'
28
+ description : 'Who ya gonna call?'
29
29
} ,
30
30
31
31
install : {
32
32
alias : 'i' ,
33
- description : 'install a brand new instance of Ghost' ,
33
+ description : 'Install a brand new instance of Ghost' ,
34
34
35
35
arguments : [
36
36
{ name : 'version' , optional : true }
@@ -52,7 +52,7 @@ module.exports = {
52
52
} ,
53
53
54
54
log : {
55
- description : 'view logs of a running ghost process' ,
55
+ description : 'View logs of a running ghost process' ,
56
56
57
57
arguments : [ 'name' ] ,
58
58
options : [ {
@@ -69,19 +69,19 @@ module.exports = {
69
69
} ,
70
70
71
71
ls : {
72
- description : 'view running ghost processes'
72
+ description : 'View running ghost processes'
73
73
} ,
74
74
75
75
restart : {
76
76
description : 'Restart the Ghost instance'
77
77
} ,
78
78
79
79
run : {
80
- description : 'start a managed ghost process'
80
+ description : 'Run a ghost instance directly (used by process managers and for debugging) '
81
81
} ,
82
82
83
83
service : {
84
- description : 'run a service-defined command' ,
84
+ description : 'Run a service-defined command' ,
85
85
86
86
arguments : [
87
87
'command' ,
@@ -90,7 +90,7 @@ module.exports = {
90
90
} ,
91
91
92
92
setup : {
93
- description : 'setup an installation of Ghost (after it is installed)' ,
93
+ description : 'Setup an installation of Ghost (after it is installed)' ,
94
94
95
95
options : [ {
96
96
name : 'no-stack' ,
@@ -105,11 +105,11 @@ module.exports = {
105
105
} ,
106
106
107
107
start : {
108
- description : 'starts an instance of Ghost'
108
+ description : 'Start an instance of Ghost'
109
109
} ,
110
110
111
111
stop : {
112
- description : 'stops a named instance of Ghost' ,
112
+ description : 'Stops a named instance of Ghost' ,
113
113
114
114
options : [ {
115
115
name : 'all' ,
0 commit comments