
cake
List of commands for cake:
-
cake:tldr:3e1fa cake: Clear the metadata cache.$ cake schema_cache cleartry on your machineexplain this command
-
cake:tldr:5ee59 cake: Start a REPL (interactive shell).$ cake consoletry on your machineexplain this command
-
cake:tldr:a1b85 cake: Display basic information about the current app and available commands.$ caketry on your machineexplain this command
-
cake:tldr:af396 cake: Build the metadata cache.$ cake schema_cache build --connection ${connection}try on your machineexplain this command
-
cake:tldr:b75e2 cake: Display a list of available routes.$ cake routestry on your machineexplain this command
-
cake:tldr:bfda5 cake: Start a development web server (defaults to port 8765).$ cake servertry on your machineexplain this command
-
cake:tldr:dcc3b cake: Clear a single cache table.$ cake schema_cache clear ${table_name}try on your machineexplain this command
-
cake:tldr:f722d cake: Clear configuration caches.$ cake cache clear_alltry on your machineexplain this command