Atomic has a built-in CLI layer centered around Engine\Atomic\CLI\CLI.
In most projects it is used through the php atomic ... entry point.
php atomic helpThis prints the list of available framework commands, including init, access, queue, schedule, file, and other system helpers.
php atomic plugin/make MyPluginThis creates a user plugin under USER_PLUGINS with plugin.php, the plugin class, and an initial routes/api.php file. The default plugin directory is plugins/ at the project root.
initprepares a project and framework defaults.access/user/*manages config-backed users; full usage and parameters are intelemetry.md#config-user-commands, and HTTPaccess:<guard>behavior is inmiddleware.md#config-backed-access-middleware.queue/*runs and inspects queue workers.schedule/*runs and inspects scheduled tasks.plugin/*scaffolds and manages plugins.file/*provides file and storage helpers.