atoms / cli
The `atoms` command-line tool: init, make, validate, build (closure walk + vendor stage), deploy, rollback, local, ai:install.
Package info
pkg:composer/atoms/cli
Requires
- php: ^8.3
- ext-curl: *
- ext-json: *
- atoms/core: ^0.6
- 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
Requires (Dev)
None
Suggests
- composer/composer: The vendor stage of `atoms build` shells out to a composer on PATH when atoms-composer.json declares packages and .atoms/vendor-cache has no current resolution; `atoms validate` and `--fast` builds work without it
Provides
None
Conflicts
None
Replaces
None
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 your committed Worker directory (atoms-worker/).
composer require --dev atoms/cli:^0.6 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.