Skip to content

Instantly share code, notes, and snippets.

@joekolade
Last active March 3, 2023 11:04
Show Gist options
  • Save joekolade/50a10184dff2c14d9719 to your computer and use it in GitHub Desktop.
Save joekolade/50a10184dff2c14d9719 to your computer and use it in GitHub Desktop.
[Neos Console Commands] commonly used commands for Neos CMS #neos #shell
# Flush or warmup caches
./flow flow:cache:warmup
./flow flow:cache:flush
# Flush or warmup caches in other contexts
FLOW_CONTEXT=Production ./flow flow:cache:flush
# Kickstart Page
./flow kickstart:site
# Kickstart Package
./flow kickstart:package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment