magellan-cli 0.7.11 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +6 -16
  4. data/Rakefile +32 -4
  5. data/lib/magellan/cli/command.rb +1 -1
  6. data/lib/magellan/cli/messaging/base.rb +2 -2
  7. data/lib/magellan/cli/reference_generator.rb +2 -1
  8. data/lib/magellan/cli/resources/stage.rb +4 -4
  9. data/lib/magellan/cli/version.rb +1 -1
  10. data/lib/magellan/cli.rb +0 -1
  11. data/reference/en/index.md +20 -15
  12. data/reference/en/messaging/http.md +117 -0
  13. data/reference/en/messaging/mqtt.md +48 -0
  14. data/reference/en/resources/authority.md +93 -0
  15. data/reference/en/resources/client_version.md +99 -0
  16. data/reference/en/resources/cloudsql.md +94 -0
  17. data/reference/en/resources/container.md +66 -0
  18. data/reference/en/resources/image.md +66 -0
  19. data/reference/en/resources/organization.md +84 -0
  20. data/reference/en/resources/project.md +93 -0
  21. data/reference/en/resources/stage.md +182 -0
  22. data/reference/en/resources/team.md +84 -0
  23. data/reference/en/resources/worker.md +108 -0
  24. data/reference/ja/index.md +20 -15
  25. data/reference/ja/messaging/http.md +117 -0
  26. data/reference/ja/messaging/mqtt.md +48 -0
  27. data/reference/ja/resources/authority.md +93 -0
  28. data/reference/ja/resources/client_version.md +99 -0
  29. data/reference/ja/resources/cloudsql.md +94 -0
  30. data/reference/ja/resources/container.md +66 -0
  31. data/reference/ja/resources/image.md +66 -0
  32. data/reference/ja/resources/organization.md +84 -0
  33. data/reference/ja/resources/project.md +93 -0
  34. data/reference/ja/resources/stage.md +182 -0
  35. data/reference/ja/resources/team.md +84 -0
  36. data/reference/ja/resources/worker.md +108 -0
  37. metadata +26 -20
  38. data/reference/en/client_version.md +0 -83
  39. data/reference/en/cloudsql.md +0 -93
  40. data/reference/en/container.md +0 -65
  41. data/reference/en/image.md +0 -65
  42. data/reference/en/organization.md +0 -83
  43. data/reference/en/project.md +0 -92
  44. data/reference/en/stage.md +0 -181
  45. data/reference/en/team.md +0 -74
  46. data/reference/en/worker.md +0 -107
  47. data/reference/ja/client_version.md +0 -83
  48. data/reference/ja/cloudsql.md +0 -93
  49. data/reference/ja/container.md +0 -65
  50. data/reference/ja/image.md +0 -65
  51. data/reference/ja/organization.md +0 -83
  52. data/reference/ja/project.md +0 -92
  53. data/reference/ja/stage.md +0 -181
  54. data/reference/ja/team.md +0 -74
  55. data/reference/ja/worker.md +0 -107
@@ -1,83 +0,0 @@
1
- ---
2
- layout: index
3
- breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / client_version
4
- ---
5
-
6
- ## Commands
7
-
8
- - [magellan-cli list](#list)
9
- - [magellan-cli show [ID]](#show)
10
- - [magellan-cli select NAME](#select)
11
- - [magellan-cli deselect](#deselect)
12
- - [magellan-cli create VERSION](#create)
13
- - [magellan-cli delete VERSION](#delete)
14
- - [magellan-cli help [COMMAND]](#help)
15
-
16
- ## Global Options
17
-
18
- ```text
19
- Options:
20
- -V, [--verbose]
21
- -D, [--dryrun]
22
- -v, [--version]
23
-
24
- ```
25
-
26
-
27
- ## Details
28
- ### <a name="list"></a>list
29
-
30
- ```text
31
- magellan-cli list
32
- ```
33
-
34
- Show a list of the client_versions
35
-
36
- ### <a name="show"></a>show
37
-
38
- ```text
39
- magellan-cli show [ID]
40
- ```
41
-
42
- Show the detail of the client_version specified by ID
43
-
44
- ### <a name="select"></a>select
45
-
46
- ```text
47
- magellan-cli select NAME
48
- ```
49
-
50
- Select the client_version by NAME
51
-
52
- ### <a name="deselect"></a>deselect
53
-
54
- ```text
55
- magellan-cli deselect
56
- ```
57
-
58
- Deselect the client_version
59
-
60
- ### <a name="create"></a>create
61
-
62
- ```text
63
- magellan-cli create VERSION
64
- ```
65
-
66
- Create a new client_version with VERSION
67
-
68
- ### <a name="delete"></a>delete
69
-
70
- ```text
71
- magellan-cli delete VERSION
72
- ```
73
-
74
- Delete the client_version specified by VERSION
75
-
76
- ### <a name="help"></a>help
77
-
78
- ```text
79
- magellan-cli help [COMMAND]
80
- ```
81
-
82
- Describe available commands or one specific command
83
-
@@ -1,93 +0,0 @@
1
- ---
2
- layout: index
3
- breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / cloudsql
4
- ---
5
-
6
- ## Commands
7
-
8
- - [magellan-cli list](#list)
9
- - [magellan-cli show [ID]](#show)
10
- - [magellan-cli select NAME](#select)
11
- - [magellan-cli deselect](#deselect)
12
- - [magellan-cli delete NAME](#delete)
13
- - [magellan-cli create NAME](#create)
14
- - [magellan-cli help [COMMAND]](#help)
15
-
16
- ## Global Options
17
-
18
- ```text
19
- Options:
20
- -V, [--verbose]
21
- -D, [--dryrun]
22
- -v, [--version]
23
-
24
- ```
25
-
26
-
27
- ## Details
28
- ### <a name="list"></a>list
29
-
30
- ```text
31
- magellan-cli list
32
- ```
33
-
34
- Show a list of the cloudsqls
35
-
36
- ### <a name="show"></a>show
37
-
38
- ```text
39
- magellan-cli show [ID]
40
- ```
41
-
42
- Show the detail of the cloudsql specified by ID
43
-
44
- ### <a name="select"></a>select
45
-
46
- ```text
47
- magellan-cli select NAME
48
- ```
49
-
50
- Select the cloudsql by NAME
51
-
52
- ### <a name="deselect"></a>deselect
53
-
54
- ```text
55
- magellan-cli deselect
56
- ```
57
-
58
- Deselect the cloudsql
59
-
60
- ### <a name="delete"></a>delete
61
-
62
- ```text
63
- magellan-cli delete NAME
64
- ```
65
-
66
- Delete the cloudsql specified by NAME
67
-
68
- ### <a name="create"></a>create
69
-
70
- ```text
71
- magellan-cli create NAME
72
- ```
73
-
74
- ```text
75
- Options:
76
- [-A] # -A async mode. release_now returns soon
77
- [-i=N] # -i polling interval(seconds)
78
- # Default: 10
79
- [-t=N] # -t timeout(seconds)
80
- # Default: 600
81
-
82
- ```
83
-
84
- Create a new cloudsql database with NAME
85
-
86
- ### <a name="help"></a>help
87
-
88
- ```text
89
- magellan-cli help [COMMAND]
90
- ```
91
-
92
- Describe available commands or one specific command
93
-
@@ -1,65 +0,0 @@
1
- ---
2
- layout: index
3
- breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / container
4
- ---
5
-
6
- ## Commands
7
-
8
- - [magellan-cli list](#list)
9
- - [magellan-cli show [ID]](#show)
10
- - [magellan-cli select NAME](#select)
11
- - [magellan-cli deselect](#deselect)
12
- - [magellan-cli help [COMMAND]](#help)
13
-
14
- ## Global Options
15
-
16
- ```text
17
- Options:
18
- -V, [--verbose]
19
- -D, [--dryrun]
20
- -v, [--version]
21
-
22
- ```
23
-
24
-
25
- ## Details
26
- ### <a name="list"></a>list
27
-
28
- ```text
29
- magellan-cli list
30
- ```
31
-
32
- Show a list of the containers
33
-
34
- ### <a name="show"></a>show
35
-
36
- ```text
37
- magellan-cli show [ID]
38
- ```
39
-
40
- Show the detail of the container specified by ID
41
-
42
- ### <a name="select"></a>select
43
-
44
- ```text
45
- magellan-cli select NAME
46
- ```
47
-
48
- Select the container by NAME
49
-
50
- ### <a name="deselect"></a>deselect
51
-
52
- ```text
53
- magellan-cli deselect
54
- ```
55
-
56
- Deselect the container
57
-
58
- ### <a name="help"></a>help
59
-
60
- ```text
61
- magellan-cli help [COMMAND]
62
- ```
63
-
64
- Describe available commands or one specific command
65
-
@@ -1,65 +0,0 @@
1
- ---
2
- layout: index
3
- breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / image
4
- ---
5
-
6
- ## Commands
7
-
8
- - [magellan-cli list](#list)
9
- - [magellan-cli show [ID]](#show)
10
- - [magellan-cli select NAME](#select)
11
- - [magellan-cli deselect](#deselect)
12
- - [magellan-cli help [COMMAND]](#help)
13
-
14
- ## Global Options
15
-
16
- ```text
17
- Options:
18
- -V, [--verbose]
19
- -D, [--dryrun]
20
- -v, [--version]
21
-
22
- ```
23
-
24
-
25
- ## Details
26
- ### <a name="list"></a>list
27
-
28
- ```text
29
- magellan-cli list
30
- ```
31
-
32
- Show a list of the images
33
-
34
- ### <a name="show"></a>show
35
-
36
- ```text
37
- magellan-cli show [ID]
38
- ```
39
-
40
- Show the detail of the image specified by ID
41
-
42
- ### <a name="select"></a>select
43
-
44
- ```text
45
- magellan-cli select NAME
46
- ```
47
-
48
- Select the image by NAME
49
-
50
- ### <a name="deselect"></a>deselect
51
-
52
- ```text
53
- magellan-cli deselect
54
- ```
55
-
56
- Deselect the image
57
-
58
- ### <a name="help"></a>help
59
-
60
- ```text
61
- magellan-cli help [COMMAND]
62
- ```
63
-
64
- Describe available commands or one specific command
65
-
@@ -1,83 +0,0 @@
1
- ---
2
- layout: index
3
- breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / organization
4
- ---
5
-
6
- ## Commands
7
-
8
- - [magellan-cli list](#list)
9
- - [magellan-cli show [ID]](#show)
10
- - [magellan-cli select NAME](#select)
11
- - [magellan-cli deselect](#deselect)
12
- - [magellan-cli delete NAME](#delete)
13
- - [magellan-cli create NAME](#create)
14
- - [magellan-cli help [COMMAND]](#help)
15
-
16
- ## Global Options
17
-
18
- ```text
19
- Options:
20
- -V, [--verbose]
21
- -D, [--dryrun]
22
- -v, [--version]
23
-
24
- ```
25
-
26
-
27
- ## Details
28
- ### <a name="list"></a>list
29
-
30
- ```text
31
- magellan-cli list
32
- ```
33
-
34
- Show a list of the organizations
35
-
36
- ### <a name="show"></a>show
37
-
38
- ```text
39
- magellan-cli show [ID]
40
- ```
41
-
42
- Show the detail of the organization specified by ID
43
-
44
- ### <a name="select"></a>select
45
-
46
- ```text
47
- magellan-cli select NAME
48
- ```
49
-
50
- Select the organization by NAME
51
-
52
- ### <a name="deselect"></a>deselect
53
-
54
- ```text
55
- magellan-cli deselect
56
- ```
57
-
58
- Deselect the organization
59
-
60
- ### <a name="delete"></a>delete
61
-
62
- ```text
63
- magellan-cli delete NAME
64
- ```
65
-
66
- Delete the organization specified by NAME
67
-
68
- ### <a name="create"></a>create
69
-
70
- ```text
71
- magellan-cli create NAME
72
- ```
73
-
74
- Create a new organization with NAME
75
-
76
- ### <a name="help"></a>help
77
-
78
- ```text
79
- magellan-cli help [COMMAND]
80
- ```
81
-
82
- Describe available commands or one specific command
83
-
@@ -1,92 +0,0 @@
1
- ---
2
- layout: index
3
- breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / project
4
- ---
5
-
6
- ## Commands
7
-
8
- - [magellan-cli list](#list)
9
- - [magellan-cli show [ID]](#show)
10
- - [magellan-cli select NAME](#select)
11
- - [magellan-cli deselect](#deselect)
12
- - [magellan-cli delete NAME](#delete)
13
- - [magellan-cli update ATTRIBUTES](#update)
14
- - [magellan-cli create NAME](#create)
15
- - [magellan-cli help [COMMAND]](#help)
16
-
17
- ## Global Options
18
-
19
- ```text
20
- Options:
21
- -V, [--verbose]
22
- -D, [--dryrun]
23
- -v, [--version]
24
-
25
- ```
26
-
27
-
28
- ## Details
29
- ### <a name="list"></a>list
30
-
31
- ```text
32
- magellan-cli list
33
- ```
34
-
35
- Show a list of the projects
36
-
37
- ### <a name="show"></a>show
38
-
39
- ```text
40
- magellan-cli show [ID]
41
- ```
42
-
43
- Show the detail of the project specified by ID
44
-
45
- ### <a name="select"></a>select
46
-
47
- ```text
48
- magellan-cli select NAME
49
- ```
50
-
51
- Select the project by NAME
52
-
53
- ### <a name="deselect"></a>deselect
54
-
55
- ```text
56
- magellan-cli deselect
57
- ```
58
-
59
- Deselect the project
60
-
61
- ### <a name="delete"></a>delete
62
-
63
- ```text
64
- magellan-cli delete NAME
65
- ```
66
-
67
- Delete the project specified by NAME
68
-
69
- ### <a name="update"></a>update
70
-
71
- ```text
72
- magellan-cli update ATTRIBUTES
73
- ```
74
-
75
- Update the ATTRIBUTES of the selected project
76
-
77
- ### <a name="create"></a>create
78
-
79
- ```text
80
- magellan-cli create NAME
81
- ```
82
-
83
- Create a new project with NAME
84
-
85
- ### <a name="help"></a>help
86
-
87
- ```text
88
- magellan-cli help [COMMAND]
89
- ```
90
-
91
- Describe available commands or one specific command
92
-
@@ -1,181 +0,0 @@
1
- ---
2
- layout: index
3
- breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / stage
4
- ---
5
-
6
- ## Commands
7
-
8
- - [magellan-cli list](#list)
9
- - [magellan-cli show [ID]](#show)
10
- - [magellan-cli select NAME](#select)
11
- - [magellan-cli deselect](#deselect)
12
- - [magellan-cli delete NAME](#delete)
13
- - [magellan-cli create NAME [-t development|staging|production|other]](#create)
14
- - [magellan-cli planning](#planning)
15
- - [magellan-cli current](#current)
16
- - [magellan-cli prepare](#prepare)
17
- - [magellan-cli repair](#repair)
18
- - [magellan-cli update ATTRIBUTES](#update)
19
- - [magellan-cli release_now](#release_now)
20
- - [magellan-cli logs](#logs)
21
- - [magellan-cli set_container_num NUM](#set_container_num)
22
- - [magellan-cli reload](#reload)
23
- - [magellan-cli help [COMMAND]](#help)
24
-
25
- ## Global Options
26
-
27
- ```text
28
- Options:
29
- -V, [--verbose]
30
- -D, [--dryrun]
31
- -v, [--version]
32
-
33
- ```
34
-
35
-
36
- ## Details
37
- ### <a name="list"></a>list
38
-
39
- ```text
40
- magellan-cli list
41
- ```
42
-
43
- Show a list of the stages
44
-
45
- ### <a name="show"></a>show
46
-
47
- ```text
48
- magellan-cli show [ID]
49
- ```
50
-
51
- Show the detail of the stage specified by ID
52
-
53
- ### <a name="select"></a>select
54
-
55
- ```text
56
- magellan-cli select NAME
57
- ```
58
-
59
- Select the stage by NAME
60
-
61
- ### <a name="deselect"></a>deselect
62
-
63
- ```text
64
- magellan-cli deselect
65
- ```
66
-
67
- Deselect the stage
68
-
69
- ### <a name="delete"></a>delete
70
-
71
- ```text
72
- magellan-cli delete NAME
73
- ```
74
-
75
- Delete the stage specified by NAME
76
-
77
- ### <a name="create"></a>create
78
-
79
- ```text
80
- magellan-cli create NAME [-t development|staging|production|other]
81
- ```
82
-
83
- ```text
84
- Options:
85
- [-t=T] # -t development|staging|production. specify Stage Type
86
- # Default: development
87
-
88
- ```
89
-
90
- Create a new stage with Name and Type
91
-
92
- ### <a name="planning"></a>planning
93
-
94
- ```text
95
- magellan-cli planning
96
- ```
97
-
98
- Switch to planning to build next released version
99
-
100
- ### <a name="current"></a>current
101
-
102
- ```text
103
- magellan-cli current
104
- ```
105
-
106
- Switch to current released version
107
-
108
- ### <a name="prepare"></a>prepare
109
-
110
- ```text
111
- magellan-cli prepare
112
- ```
113
-
114
- Prepare the containers
115
-
116
- ### <a name="repair"></a>repair
117
-
118
- ```text
119
- magellan-cli repair
120
- ```
121
-
122
- Repair the stage status
123
-
124
- ### <a name="update"></a>update
125
-
126
- ```text
127
- magellan-cli update ATTRIBUTES
128
- ```
129
-
130
- Update the ATTRIBUTES of the selected stage
131
-
132
- ### <a name="release_now"></a>release_now
133
-
134
- ```text
135
- magellan-cli release_now
136
- ```
137
-
138
- ```text
139
- Options:
140
- [-A] # -A async mode. release_now returns soon
141
- [-i=N] # -i polling interval(seconds)
142
- # Default: 10
143
- [-t=N] # -t timeout(seconds)
144
- # Default: 600
145
-
146
- ```
147
-
148
- Release the changes now
149
-
150
- ### <a name="logs"></a>logs
151
-
152
- ```text
153
- magellan-cli logs
154
- ```
155
-
156
- Fetch the logs of the workers
157
-
158
- ### <a name="set_container_num"></a>set_container_num
159
-
160
- ```text
161
- magellan-cli set_container_num NUM
162
- ```
163
-
164
- Set the number of containers for the selected image
165
-
166
- ### <a name="reload"></a>reload
167
-
168
- ```text
169
- magellan-cli reload
170
- ```
171
-
172
- Reload the last selections
173
-
174
- ### <a name="help"></a>help
175
-
176
- ```text
177
- magellan-cli help [COMMAND]
178
- ```
179
-
180
- Describe available commands or one specific command
181
-