Aussom CLI

Aussom CLI

Command-line application for running Aussom scripts, tests, and generating documentation.

Basics

Guides

API Reference

What It Is

The Aussom CLI is a command-line application for running Aussom scripts directly from your terminal. Write scripts, run tests, generate API documentation, and automate tasks, all in a clean object-oriented language that runs on the JVM.

Key Features
  • Run Scripts Instantly. Execute .aus files from the command line with no compilation step. The interpreter handles everything.
  • Built-in Test Runner. Run unit tests with aussom -t and get structured pass/fail output. The aunit module provides assertions, lifecycle hooks, and mocking.
  • Documentation Generator. Generate API documentation from Aussom source files with aussom -d. Doc comments with @p and @r tags produce structured markdown.
  • Rich Standard Library. File I/O, HTTP, SSH, JDBC, XML, YAML, Handlebars templating, and more. Available out of the box with include statements.
Who It Is For

Developers and DevOps teams looking for a scripting tool with strong typing, OOP design, and a broad standard library that goes beyond shell scripting.

Getting Started

Install the CLI for your platform from the Download page, then follow the Quick Start guide to write and run your first Aussom script.

Guides