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
Manage secrets, configs, and flags from the terminal
Manage secrets, configs, and flags from the terminal
Read and write individual values without opening the browser. Every operation supports
--format=json and --format=plain for easy scripting.Migrate from .env files
Migrate from .env files
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.Run your app with injected Nexus values
Run your app with injected Nexus values
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..wx values when Nexus is unreachable.Developer WIF - no static API keys in your local env
Developer WIF - no static API keys in your local env
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
