Download the PHP package ride/cli-app without Composer
On this page you can find all versions of the php package ride/cli-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cli-app
Ride: Application CLI
This module adds various application commands to the Ride CLI.
Commands
cache
This command shows an overview of the available caches.
Syntax:
Alias:
cache enable
This command enables all caches or a specific cache if provided.
Syntax:
- : Name of the cache to enable
Alias:
cache disable
This command disables all caches or a specific cache if provided.
Syntax:
- : Name of the cache to disable
Alias:
cache clear
This command clears all caches or a specific cache if provided.
Syntax:
- : Name of the caches, separated by a comma, to skip when clearing
- : Name of the cache to clear
Alias:
cache warm
This command warms up all caches or a specific cache if provided.
Syntax:
- : Name of the caches, separated by a comma, to skip when warming
- : Name of the cache to warm
Alias:
dependency
This command shows an overview of the defined dependencies.
Syntax:
- : Query to search the dependencies
Alias: or
file
This command searches for files relative to the Ride directory structure.
Syntax:
- : Relative path of the file
Alias:
parameter
This command shows an overview of the defined parameters.
Syntax:
- : Query to search the parameters
Alias:
parameter get
This command gets the value of a parameter
Syntax:
- : Key of the parameter
Alias:
parameter set
This command sets a configuration parameter.
Syntax:
- : Key of the parameter
- : Value for the parameter
Alias:
parameter unset
This command unsets a configuration parameter.
Syntax:
- : Key of the parameter
Alias:
Related Modules
Installation
You can use Composer to install this application.
All versions of cli-app with dependencies
ride/cli Version ^1.0.0
ride/lib-cli Version ^1.0.0
ride/lib-config Version ^1.0.0
ride/lib-dependency Version ^1.0.0
ride/lib-system Version ^1.0.0