Magento-cloud CLI未顯示使用中的環境

問題

有幾個使用中的環境,您正嘗試透過執行Magento-cloud CLI (命令列工具)命令來與環境互動。 (例如: sshdb:sizedb:sql等)
但是,選擇所需環境的提示不會列出此環境。 (例如:整合環境)

Enter a number to choose an environment:
Default: master
  [0] integration2 (type: development)
  [1] master (type: development)
  [2] production
  [3] staging
 >

原因

由於部署正在進行中、停滯或失敗,環境可能無法使用。

解決方案

您必須使用e|-environment標幟手動指定環境。

  1. 尋找使用中環境的清單,並記下環境名稱:
$ magento-cloud environment: list |grep "Active\|ID"
Your environments are:

| ID                     | Title            | Status       | Type           |
| Master                 | Master           | Active       | Development    |
|   Production           | Production       | Active       | Production     |
|     Staging            | Staging          | Active       | Staging        |
|       Integration      | Integration      | Active       | Development    |
|          Integration 2 | Integration 2    | Active       | Development    |

2.使用您的命令指定環境的ID:

magento-cloud ssh -e integration

recommendation-more-help
8bd06ef0-b3d5-4137-b74e-d7b00485808a