---
title: diagnostics-cli-380
source: https://docs.newrelic.com/docs/release-notes/diagnostics-release-notes/diagnostics-cli-release-notes/diagnostics-cli-380
---

## New features

-   The Diagnostics CLI now supports New Relic's Japan data region. If your account is in the Japan region, specify the `region` flag when running the CLI ([#263](https://github.com/newrelic/newrelic-diagnostics-cli/pull/263)):

    ```bash
    ./nrdiag -region JP
    ```

    The `region` flag accepts `US`, `EU`, or `JP` (case insensitive) and defaults to `US`.

## Dependency updates

-   Updated `golang.org/x/net` from 0.33.0 to 0.55.0 ([#264](https://github.com/newrelic/newrelic-diagnostics-cli/pull/264)).
