--- layout: index breadcrumb: Top / Reference / magellan-cli / stage --- ## コマンドの一覧 - [magellan-cli list](#list) - [magellan-cli show [ID]](#show) - [magellan-cli select NAME](#select) - [magellan-cli deselect](#deselect) - [magellan-cli delete NAME](#delete) - [magellan-cli create NAME [-t development|staging|production|other]](#create) - [magellan-cli planning](#planning) - [magellan-cli current](#current) - [magellan-cli prepare](#prepare) - [magellan-cli repair](#repair) - [magellan-cli update ATTRIBUTES](#update) - [magellan-cli release_now](#release_now) - [magellan-cli logs](#logs) - [magellan-cli set_container_num NUM](#set_container_num) - [magellan-cli reload](#reload) - [magellan-cli help [COMMAND]](#help) ## 共通オプション ```text Options: -V, [--verbose] -D, [--dryrun] -v, [--version] ``` ## コマンドの詳細 ### list ```text magellan-cli list ``` stages の一覧を表示します ### show ```text magellan-cli show [ID] ``` IDで指定されたstageの詳細を表示します ### select ```text magellan-cli select NAME ``` NAMEを指定してstageを選択します ### deselect ```text magellan-cli deselect ``` stageの選択を解除します ### delete ```text magellan-cli delete NAME ``` NAMEを指定してstageを削除します ### create ```text magellan-cli create NAME [-t development|staging|production|other] ``` ```text Options: [-t=T] # -t development|staging|production. specify Stage Type # Default: development ``` Create a new stage with Name and Type ### planning ```text magellan-cli planning ``` 次回リリースのステージの計画に切り替えます ### current ```text magellan-cli current ``` 現在リリースされているステージの情報に切り替えます ### prepare ```text magellan-cli prepare ``` containersを準備します ### repair ```text magellan-cli repair ``` stageの状態を修正します ### update ```text magellan-cli update ATTRIBUTES ``` 選択したstageの属性を指定したATTRIBUTESで更新します ### release_now ```text magellan-cli release_now ``` ```text Options: [-A] # -A 非同期モード。リリースの終了を待たずにコマンドを終了します [-i=N] # -i 状態を取得する間隔を秒で指定します # Default: 10 [-t=N] # -t タイムアウトを秒で指定します # Default: 600 ``` すぐにリリースを開始します ### logs ```text magellan-cli logs ``` workersのログを表示します ### set_container_num ```text magellan-cli set_container_num NUM ``` 選択されたimageのcontainersの数を設定します ### reload ```text magellan-cli reload ``` 最後にselectされたものをロードし直します ### help ```text magellan-cli help [COMMAND] ``` 利用可能なコマンドの一覧か特定のコマンドの説明を表示します