Skip to main content
The westyx CLI is the unified command-line interface for the Westyx platform. Install it once and use it across all your projects - on your local machine, in CI/CD pipelines, and on any server.

Installation

Linux, macOS, and Windows download instructions.

Getting started

Log in, set up your project, and run your first command.

Command reference

Full reference for every command and flag.

CI/CD

Use the CLI in automated pipelines with token-based auth.

What you can do

Read and write individual values without opening the browser. Every operation supports --format=json and --format=plain for easy scripting.
westyx analyze reads an existing .env file, classifies each entry as a secret, config, or feature flag, and writes a .wx file ready to push to Nexus.
westyx dev run starts any command with all Nexus values injected as environment variables. Scripts and profiles are defined in .westyx/config and committed to git.
Falls back to cached .wx values when Nexus is unreachable.
westyx dev setup provisions short-lived Developer WIF credentials. The Nexus SDK in your app detects them automatically - no api_key needed in your local config.

Current version

v0.5.0 - shipped 2026-06-04