Forrest logo
back to context overview

cake

List of commands for cake:

  • cake:tldr:3e1fa cake: Clear the metadata cache.
    $ cake schema_cache clear
    try on your machine
    explain this command
  • cake:tldr:5ee59 cake: Start a REPL (interactive shell).
    $ cake console
    try on your machine
    explain this command
  • cake:tldr:a1b85 cake: Display basic information about the current app and available commands.
    $ cake
    try on your machine
    explain this command
  • cake:tldr:af396 cake: Build the metadata cache.
    $ cake schema_cache build --connection ${connection}
    try on your machine
    explain this command
  • cake:tldr:b75e2 cake: Display a list of available routes.
    $ cake routes
    try on your machine
    explain this command
  • cake:tldr:bfda5 cake: Start a development web server (defaults to port 8765).
    $ cake server
    try on your machine
    explain this command
  • cake:tldr:dcc3b cake: Clear a single cache table.
    $ cake schema_cache clear ${table_name}
    try on your machine
    explain this command
  • cake:tldr:f722d cake: Clear configuration caches.
    $ cake cache clear_all
    try on your machine
    explain this command
back to context overview