magellan-cli 0.7.11 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
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,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
- ## コマンドの一覧
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
- ## 共通オプション
26
-
27
- ```text
28
- Options:
29
- -V, [--verbose]
30
- -D, [--dryrun]
31
- -v, [--version]
32
-
33
- ```
34
-
35
-
36
- ## コマンドの詳細
37
- ### <a name="list"></a>list
38
-
39
- ```text
40
- magellan-cli list
41
- ```
42
-
43
- stages の一覧を表示します
44
-
45
- ### <a name="show"></a>show
46
-
47
- ```text
48
- magellan-cli show [ID]
49
- ```
50
-
51
- IDで指定されたstageの詳細を表示します
52
-
53
- ### <a name="select"></a>select
54
-
55
- ```text
56
- magellan-cli select NAME
57
- ```
58
-
59
- NAMEを指定してstageを選択します
60
-
61
- ### <a name="deselect"></a>deselect
62
-
63
- ```text
64
- magellan-cli deselect
65
- ```
66
-
67
- stageの選択を解除します
68
-
69
- ### <a name="delete"></a>delete
70
-
71
- ```text
72
- magellan-cli delete NAME
73
- ```
74
-
75
- NAMEを指定してstageを削除します
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
- 次回リリースのステージの計画に切り替えます
99
-
100
- ### <a name="current"></a>current
101
-
102
- ```text
103
- magellan-cli current
104
- ```
105
-
106
- 現在リリースされているステージの情報に切り替えます
107
-
108
- ### <a name="prepare"></a>prepare
109
-
110
- ```text
111
- magellan-cli prepare
112
- ```
113
-
114
- containersを準備します
115
-
116
- ### <a name="repair"></a>repair
117
-
118
- ```text
119
- magellan-cli repair
120
- ```
121
-
122
- stageの状態を修正します
123
-
124
- ### <a name="update"></a>update
125
-
126
- ```text
127
- magellan-cli update ATTRIBUTES
128
- ```
129
-
130
- 選択したstageの属性を指定したATTRIBUTESで更新します
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 非同期モード。リリースの終了を待たずにコマンドを終了します
141
- [-i=N] # -i 状態を取得する間隔を秒で指定します
142
- # Default: 10
143
- [-t=N] # -t タイムアウトを秒で指定します
144
- # Default: 600
145
-
146
- ```
147
-
148
- すぐにリリースを開始します
149
-
150
- ### <a name="logs"></a>logs
151
-
152
- ```text
153
- magellan-cli logs
154
- ```
155
-
156
- 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
- 選択されたimageのcontainersの数を設定します
165
-
166
- ### <a name="reload"></a>reload
167
-
168
- ```text
169
- magellan-cli reload
170
- ```
171
-
172
- 最後にselectされたものをロードし直します
173
-
174
- ### <a name="help"></a>help
175
-
176
- ```text
177
- magellan-cli help [COMMAND]
178
- ```
179
-
180
- 利用可能なコマンドの一覧か特定のコマンドの説明を表示します
181
-
data/reference/ja/team.md DELETED
@@ -1,74 +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> / team
4
- ---
5
-
6
- ## コマンドの一覧
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 NAME ROLE](#create)
13
- - [magellan-cli help [COMMAND]](#help)
14
-
15
- ## 共通オプション
16
-
17
- ```text
18
- Options:
19
- -V, [--verbose]
20
- -D, [--dryrun]
21
- -v, [--version]
22
-
23
- ```
24
-
25
-
26
- ## コマンドの詳細
27
- ### <a name="list"></a>list
28
-
29
- ```text
30
- magellan-cli list
31
- ```
32
-
33
- teams の一覧を表示します
34
-
35
- ### <a name="show"></a>show
36
-
37
- ```text
38
- magellan-cli show [ID]
39
- ```
40
-
41
- IDで指定されたteamの詳細を表示します
42
-
43
- ### <a name="select"></a>select
44
-
45
- ```text
46
- magellan-cli select NAME
47
- ```
48
-
49
- NAMEを指定してteamを選択します
50
-
51
- ### <a name="deselect"></a>deselect
52
-
53
- ```text
54
- magellan-cli deselect
55
- ```
56
-
57
- teamの選択を解除します
58
-
59
- ### <a name="create"></a>create
60
-
61
- ```text
62
- magellan-cli create NAME ROLE
63
- ```
64
-
65
- NAMEとROLEを指定してteamを登録します
66
-
67
- ### <a name="help"></a>help
68
-
69
- ```text
70
- magellan-cli help [COMMAND]
71
- ```
72
-
73
- 利用可能なコマンドの一覧か特定のコマンドの説明を表示します
74
-
@@ -1,107 +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> / worker
4
- ---
5
-
6
- ## コマンドの一覧
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 IMAGE](#create)
14
- - [magellan-cli update ATTRIBUTES](#update)
15
- - [magellan-cli prepare_images](#prepare_images)
16
- - [magellan-cli help [COMMAND]](#help)
17
-
18
- ## 共通オプション
19
-
20
- ```text
21
- Options:
22
- -V, [--verbose]
23
- -D, [--dryrun]
24
- -v, [--version]
25
-
26
- ```
27
-
28
-
29
- ## コマンドの詳細
30
- ### <a name="list"></a>list
31
-
32
- ```text
33
- magellan-cli list
34
- ```
35
-
36
- workers の一覧を表示します
37
-
38
- ### <a name="show"></a>show
39
-
40
- ```text
41
- magellan-cli show [ID]
42
- ```
43
-
44
- IDで指定されたworkerの詳細を表示します
45
-
46
- ### <a name="select"></a>select
47
-
48
- ```text
49
- magellan-cli select NAME
50
- ```
51
-
52
- NAMEを指定してworkerを選択します
53
-
54
- ### <a name="deselect"></a>deselect
55
-
56
- ```text
57
- magellan-cli deselect
58
- ```
59
-
60
- workerの選択を解除します
61
-
62
- ### <a name="delete"></a>delete
63
-
64
- ```text
65
- magellan-cli delete NAME
66
- ```
67
-
68
- NAMEを指定してworkerを削除します
69
-
70
- ### <a name="create"></a>create
71
-
72
- ```text
73
- magellan-cli create NAME IMAGE
74
- ```
75
-
76
- ```text
77
- Options:
78
- -A, [--attributes-yaml=ATTRIBUTES_YAML] # path to YAML file which defines attributes
79
-
80
- ```
81
-
82
- NAMEとIMAGEを指定してworkerを登録します
83
-
84
- ### <a name="update"></a>update
85
-
86
- ```text
87
- magellan-cli update ATTRIBUTES
88
- ```
89
-
90
- 選択したworkerの属性を指定したATTRIBUTESで更新します。ATTRIBUTESにはYAMLのファイル名かJSON文字列を指定可能です
91
-
92
- ### <a name="prepare_images"></a>prepare_images
93
-
94
- ```text
95
- magellan-cli prepare_images
96
- ```
97
-
98
- 選択されたworkerのimagesを準備します
99
-
100
- ### <a name="help"></a>help
101
-
102
- ```text
103
- magellan-cli help [COMMAND]
104
- ```
105
-
106
- 利用可能なコマンドの一覧か特定のコマンドの説明を表示します
107
-