Zum Inhalt springen

Reference

CLI Commands

All command-line commands at a glance.

Overview

All commands are run with php bin/atoll <command>.

Core

CommandDescription
core:statusShows current core version
core:checkChecks for available updates
core:update:remoteRemote update with signature verification
core:rollbackRollback to previous version

Cache

CommandDescription
cache:clearClears the page cache

Plugins

CommandDescription
plugin:listShows installed plugins
plugin:install <path>Install plugin from local path
plugin:install:registry <name>Install plugin from registry
plugin:enable <name>Enable plugin
plugin:disable <name>Disable plugin

Themes

CommandDescription
theme:listShows installed themes
theme:install <path>Install theme
theme:install:registry <name>Install theme from registry
theme:activate <name>Activate theme
preset:listShows available presets
preset:apply <name>Apply preset

Admin

CommandDescription
admin:passwordGenerate a new admin password

Server

CommandDescription
serveStarts the PHP development server
devStarts dev server with auto-reload