atoms / cli
The `atoms` command-line tool: init, make, validate, build (closure walk + scoper), deploy, rollback, local, ai:install.
Package info
pkg:composer/atoms/cli
0.1.1
2026-08-15 14:13 UTC
Requires
- php: ^8.3
- ext-curl: *
- ext-json: *
- atoms/core: ^0.1
- colinodell/json5: ^2.3 || ^3.0
- nikic/php-parser: ^5.0
- symfony/console: ^6.4 || ^7.0
- symfony/filesystem: ^6.4 || ^7.0
- symfony/process: ^6.4 || ^7.0
Suggests
- humbug/php-scoper: Required for full builds (`atoms build`); `atoms validate` and `--fast` builds work without it
README
The command-line tool for creating, validating, building, running, deploying, inspecting, and rolling back Atoms applications. Builds are deterministic and do not execute customer code; Cloudflare operations use the Wrangler binary already installed in the scaffolded Worker project.
composer require --dev atoms/cli:^0.1 vendor/bin/atoms --help
Start with the installation guide.
Development and support
This package is developed in the Atoms monorepo. Its standalone repository is a read-only distribution mirror; report issues and send pull requests to the monorepo. Licensed under the MIT License.