Skip to main content
rwc is the RisingWave Cloud CLI. Use it to manage hosted, BYOC, and BYOK environments, clusters, database users, connection endpoints, and snapshots from your terminal or CI pipeline.

Step 1: Install the binary

Download and install the latest release:
Verify the install:

Step 2: Authenticate

Choose one of the following methods, depending on how your RisingWave Cloud account was created.

Step 3: Select a region

List the regions available to your account, then set the active one:
Example region names include us-east-1, us-west-2, and eu-west-1 — use rwc context region list to see the exact set available to you.

Step 4: Verify the setup

Confirm that authentication and region are wired up end-to-end:
If rwc cluster list returns without an authentication or configuration error, your CLI is ready to use.

(Optional) Install agent skills

rwc ships with embedded agent skills (documentation modules describing each command domain) that you can install into your AI coding assistant’s configuration directory. This lets Claude Code, Cursor, Codex, and similar tools answer rwc questions accurately and route requests to the right subcommand.
Supported targets include claude-code, cursor, and codex.

Common issues

Next steps

  • Run rwc -h or rwc <command> -h to see the authoritative flag list for any subcommand.
  • Set up a BYOC environment using your new CLI.