Changelog
All notable user-facing changes to the Bevy CLI will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
All Changes: cli-v0.1.0-alpha.1...main
v0.1.0-alpha.1 - 2025-05-23
All Changes: cli-v0.1.0-alpha.1
Added
bevy new
: create new projects from a template usingcargo-generate
(#2)bevy_new_minimal
is the default template if none is specified (#80)- There are shortcuts for templates from TheBevyFlock. For example,
-t 2d
usesbevy_new_2d
(#82)
bevy lint
: invoke the linter ifbevy_lint
is installed (#4)bevy build
andbevy run
: build and run your program with Bevy-specific configuration (#76, #103, #102, #120)bevy completions
: generate terminal auto-complete scripts for a variety of shells (#265)- The CLI can be configured with
[package.metadata.bevy_cli]
(#331, #355, #351)