Skip to main content
Manage authentication for Helix Cloud.

Usage

helix auth <SUBCOMMAND>

Available sub-commands

Sub-commandDescription
loginLogin to Helix Cloud via browser-based authentication
logoutLogout and clear authentication tokens from ~/.helix/credentials
createkeyRotate an API key for a cluster

helix auth createkey

ArgumentDescription
CLUSTERThe cluster ID to rotate the API key for (required)

Examples

helix auth login

helix auth login
Opens a browser window to authenticate with Helix Cloud via GitHub OAuth.

helix auth logout

helix auth logout
Clears stored authentication tokens.

helix auth createkey

helix auth createkey my-cluster-id
Rotates the API key for the specified cluster.