Getting Started
- What is Flextype?
 - Requirements
 - Installation
 - Configuration
 - Folder Structure
 - API Reference
 - Code of Conduct
 - Getting Help
 - License
 
Core Concepts
Console
Rest API
Commands
| Command | Description | 
|---|---|
| cache:clear | Clear cache. | 
| cache:clear-config | Clear cache config. | 
| cache:clear-data | Clear cache data. | 
| cache:clear-routes | Clear cache routes. | 
| cache:delete | Delete item. | 
| cache:delete-multiple | Delete multiple items. | 
| cache:get | Get item. | 
| cache:get-multiple | Get multiple items. | 
| cache:has | Check whether cache item exists. | 
| cache:set | Set item. | 
| cache:set-multiple | Set multiple items. | 
Commands Details
 cache:clear
TERMINAL
bin/flextype cache:clear -h
Description:
  Clear cache.
Usage:
  cache:clear
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:clear-config
TERMINAL
bin/flextype cache:clear-config -h
Description:
  Clear cache config.
Usage:
  cache:clear-config
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:clear-data
TERMINAL
bin/flextype cache:clear-data -h
Description:
  Clear cache data.
Usage:
  cache:clear-data
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:clear-routes
TERMINAL
bin/flextype cache:clear-routes -h
Description:
  Clear cache routes.
Usage:
  cache:clear-routes
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:delete
TERMINAL
bin/flextype cache:delete -h
Description:
  Delete item.
Usage:
  cache:delete <key>
Arguments:
  key                   Key.
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:delete-multiple
TERMINAL
bin/flextype cache:delete-multiple -h
Description:
  Delete mutiple items.
Usage:
  cache:delete-multiple <keys>
Arguments:
  keys                  Keys.
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:get
TERMINAL
bin/flextype cache:get -h
Description:
  Get item.
Usage:
  cache:get <key> [<default>]
Arguments:
  key                   Key.
  default               Default.
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:get-multiple
TERMINAL
bin/flextype cache:get-multiple -h
Description:
  Get multiple items.
Usage:
  cache:get-multiple <keys> [<default>]
Arguments:
  keys                  Keys.
  default               Default.
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:has
TERMINAL
bin/flextype cache:get-has -h
Description:
  Check whether cache item exists.
Usage:
  cache:has <key>
Arguments:
  key                   Key.
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:set
TERMINAL
bin/flextype cache:set -h
Description:
  Set item.
Usage:
  cache:set <key> <value> [<ttl>]
Arguments:
  key                   Key.
  value                 Value.
  ttl                   Time To Live.
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
 cache:set-multiple
TERMINAL
bin/flextype cache:set-multiple -h
Description:
  Set multiple items.
Usage:
  cache:set-multiple <values> [<ttl>]
Arguments:
  values                Values.
  ttl                   Time To Live.
Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug