ride/cli-app
最新稳定版本:1.1.1
Composer 安装命令:
composer require ride/cli-app
包简介
Application commands for the Ride CLI
README 文档
README
This module adds various application commands to the Ride CLI.
Commands
cache
This command shows an overview of the available caches.
Syntax: cache
Alias: c
cache enable
This command enables all caches or a specific cache if provided.
Syntax: cache enable [<name>]
<name>: Name of the cache to enable
Alias: ce
cache disable
This command disables all caches or a specific cache if provided.
Syntax: cache disable [<name>]
<name>: Name of the cache to disable
Alias: cd
cache clear
This command clears all caches or a specific cache if provided.
Syntax: cache clear [--skip] [<name>]
--skip: Name of the caches, separated by a comma, to skip when clearing<name>: Name of the cache to clear
Alias: cc
cache warm
This command warms up all caches or a specific cache if provided.
Syntax: cache warm [--skip] [<name>]
--skip: Name of the caches, separated by a comma, to skip when warming<name>: Name of the cache to warm
Alias: cw
dependency
This command shows an overview of the defined dependencies.
Syntax: dependency [<query>]
<query>: Query to search the dependencies
Alias: d or dep
file
This command searches for files relative to the Ride directory structure.
Syntax: file <path>
<path>: Relative path of the file
Alias: f
parameter
This command shows an overview of the defined parameters.
Syntax: parameter [<query>]
<query>: Query to search the parameters
Alias: p
parameter get
This command gets the value of a parameter
Syntax: parameter get <key>
<key>: Key of the parameter
Alias: pg
parameter set
This command sets a configuration parameter.
Syntax: parameter set <key> <value>
<key>: Key of the parameter<value>: Value for the parameter
Alias: ps
parameter unset
This command unsets a configuration parameter.
Syntax: parameter unset <key>
<key>: Key of the parameter
Alias: pu
Related Modules
Installation
You can use Composer to install this application.
composer require ride/cli-app
统计信息
- 总下载量: 3.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-02