reference/ja/index.md in magellan-cli-0.7.11 vs reference/ja/index.md in magellan-cli-0.8.0
- old
+ new
@@ -1,32 +1,36 @@
---
layout: index
-breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> /
+title: magellan-cli-0.7 (ja) | Reference
+breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli/ja">magellan-cli-0.7</a> / <a href="/reference/en/index.html">en</a> ja
---
## コマンドの一覧
- [magellan-cli login](#login)
-- [magellan-cli organization SUBCOMMAND ...ARGS](./organization.html)
-- [magellan-cli team SUBCOMMAND ...ARGS](./team.html)
-- [magellan-cli project SUBCOMMAND ...ARGS](./project.html)
-- [magellan-cli stage SUBCOMMAND ...ARGS](./stage.html)
-- [magellan-cli client_version SUBCOMMAND ...ARGS](./client_version.html)
-- [magellan-cli worker SUBCOMMAND ...ARGS](./worker.html)
-- [magellan-cli image SUBCOMMAND ...ARGS](./image.html)
-- [magellan-cli container SUBCOMMAND ...ARGS](./container.html)
-- [magellan-cli cloudsql SUBCOMMAND ...ARGS](./cloudsql.html)
+- [magellan-cli organization SUBCOMMAND ...ARGS](./resources/organization.html)
+- [magellan-cli team SUBCOMMAND ...ARGS](./resources/team.html)
+- [magellan-cli project SUBCOMMAND ...ARGS](./resources/project.html)
+- [magellan-cli authority SUBCOMMAND ...ARGS](./resources/authority.html)
+- [magellan-cli stage SUBCOMMAND ...ARGS](./resources/stage.html)
+- [magellan-cli client_version SUBCOMMAND ...ARGS](./resources/client_version.html)
+- [magellan-cli worker SUBCOMMAND ...ARGS](./resources/worker.html)
+- [magellan-cli image SUBCOMMAND ...ARGS](./resources/image.html)
+- [magellan-cli container SUBCOMMAND ...ARGS](./resources/container.html)
+- [magellan-cli cloudsql SUBCOMMAND ...ARGS](./resources/cloudsql.html)
+- [magellan-cli http SUBCOMMAND ...ARGS](./messaging/http.html)
+- [magellan-cli mqtt SUBCOMMAND ...ARGS](./messaging/mqtt.html)
- [magellan-cli info](#info)
- [magellan-cli help [COMMAND]](#help)
## 共通オプション
```text
Options:
- -V, [--verbose]
- -D, [--dryrun]
- -v, [--version]
+ -v, [--version], [--no-version] # バージョンを表示します
+ -V, [--verbose], [--no-verbose] # 追加のログ情報を表示します
+ -D, [--dryrun], [--no-dryrun] # 登録や削除などのシステムには反映させずにアクションを実行します
```
## コマンドの詳細
@@ -36,11 +40,12 @@
magellan-cli login
```
```text
Options:
- -e, [--email=EMAIL] # ログインするアカウントのメールアドレス
- -p, [--password=PASSWORD] # ログインするアカウントのパスワード
+ -e, [--email=EMAIL] # ログインするアカウントのメールアドレス
+ -p, [--password=PASSWORD] # ログインするアカウントのパスワード
+ -t, [--authentication-token=AUTHENTICATION_TOKEN] # ログインするアカウントの認証トークン
```
MAGELLANのサーバにログインします