CLI

CLI Overview

The QODRYX CLI brings the power of the platform to your terminal for local development and CI/CD integration.

Quick Install

# npm

npm install -g @qodryx/cli

# yarn

yarn global add @qodryx/cli

# pnpm

pnpm add -g @qodryx/cli

Common Commands

qodryx scanRun security scan on a directory
qodryx testGenerate and run tests
qodryx deployDeploy to connected platforms
qodryx initInitialize a new project
qodryx loginAuthenticate with QODRYX
qodryx configManage configuration

Learn More