ordinary 0.6.0-pre.9

Ordinary CLI
Documentation

Ordinary CLI

crates.io docs.rs dependency status License: AGPL v3

Command line tools for Ordinary.

The Ordinary CLI is built with Clap.

Installation

## ordinary executables
cargo install ordinary@0.6.0-pre.9
cargo install ordinaryd@0.6.0-pre.9

## system components
ordinary doctor --fix wasm,wasm-opt

Quick Start

Create and build new project example.com.

ordinary new example.com 
ordinary build -p example.com

Run new project at http://localhost:8080.

ordinaryd app -p example.com --port 8080 --insecure

CLI Documentation

ordinary --help

See: docs/cli-reference.md.

License

Copyright 2026 Ordinary Labs, LLC

Licensed under the GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html

Security

THIS CODE HAS NOT BEEN AUDITED OR REVIEWED. USE AT YOUR OWN RISK.

Refer to the Security Policy.