ride/cli-app 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ride/cli-app

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

ride/cli-app 适用场景与选型建议

ride/cli-app 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4.06k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 03 月 02 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 ride/cli-app 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 ride/cli-app 我们能提供哪些服务?
定制开发 / 二次开发

基于 ride/cli-app 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 4.06k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 11
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-02