

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

# Rilis: EB CLI 3.14.4 pada tanggal 16 Agustus 2018
<a name="release-2018-08-16-ebcli-3_14_4"></a>

 AWS Elastic Beanstalk Command Line Interface (EB CLI) memiliki versi baru, yang meningkatkan teks bantuan “eb platform”.

**Tanggal rilis:** 16 Agustus 2018

## Perubahan
<a name="release-2018-08-16-ebcli-3_14_4.changes"></a>

Anda dapat menggunakan set perintah EB CLI [https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-platform.html](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-platform.html) dalam dua konteks. Anda dapat menggunakan beberapa perintahnya di ruang kerja platform kustom dan lain-lain di ruang kerja aplikasi. Sebelumnya, ketika Anda menjalankan **eb platform --help** atau **eb platform *subcommand* --help**, pesan bantuan bahwa perintah ditampilkan tergantung pada ruang kerja di mana Anda menjalankannya. Ini berarti bahwa Anda tidak mendapatkan penjelasan lengkap tentang apa yang perintah tersebut dapat lakukan.

Dengan rilis ini, pesan bantuan ini identik di mana pun Anda menjalankan perintah tersebut. Setiap pesan bantuan mencakup seluruh pilihan yang disediakan perintah, disusun berdasarkan konteks di mana Anda menjalankannya. Contoh:

```
$ eb platform –-help
usage: eb platform <command> [options...]
Commands for managing platforms.
For more information on a specific command, enter "eb platform {cmd} --help".
To get started, enter "eb platform init". Then enter "eb platform create".

application workspace commands:
  show                  Shows information about current platform.
  select                Selects a default platform.

platform workspace commands:
  init                  Initializes your directory with the EB CLI to create and manage platforms.
  status                Displays metadata about your current custom platform version.
  use                   Selects the active custom platform version to use for this workspace.
  create                Creates a new custom platform version.
  delete                Deletes a custom platform version.
  events                Displays events for the custom platform associated with this workspace.
  logs                  Retrieves logs for your custom platform build event.

common commands:
  list                  In a platform workspace, lists versions of the custom platform associated with this workspace. Elsewhere, lists available platforms.

optional arguments:
  -h, --help            Show this help message and exit.
  --debug               Toggle debug output.
  --quiet               Suppress all output.
  -v, --verbose         Toggle verbose output.
  --profile PROFILE     Use a specific profile from your credentials file.
  -r REGION, --region REGION
  Use a specific region.
  --no-verify-ssl       Don’t verify AWS SSL certificates.
```