---
title: "Other CLI reference"
description: "Customer-hosted cloud features"
---

# Other CLI reference

#### Customer-hosted cloud features

:::note
Some features are only available on customer-hosted clouds. Reach out to [support@anyscale.com](mailto:support@anyscale.com) for info.
:::

## Other CLI

### `anyscale login`

**Usage**

`anyscale login [OPTIONS]`

Log in to Anyscale using a URL.

**Options**

-   **`--no-expire`**: Do not expire the token.
-   **`--expire-in-days`**: Expire the token after this many days.
-   **`--no-browser`**: Do not open the browser.

### `anyscale logout`

**Usage**

`anyscale logout [OPTIONS]`

Log out from Anyscale. You CLI token will be revoked.

**Options**

### `anyscale version`

**Usage**

`anyscale version [OPTIONS]`

Display version of the anyscale CLI.

**Options**

-   **`--json`**: Return output as json.

### `anyscale auth show`

**Usage**

`anyscale auth show [OPTIONS]`

Show the information of the authenticated user using credentials

**Options**

---

Previous: [Organization invitation](/reference/cli/organization-invitation.md) | Next: [Policy](/reference/cli/policy.md)