2017 © Pedro Peláez
 

library cli-app

Application commands for the Ride CLI

image

ride/cli-app

Application commands for the Ride CLI

  • Friday, October 14, 2016
  • by ride-user
  • Repository
  • 11 Watchers
  • 0 Stars
  • 2,152 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Ride: Application CLI

This module adds various application commands to the Ride CLI., (*1)

Commands

cache

This command shows an overview of the available caches., (*2)

Syntax: cache, (*3)

Alias: c, (*4)

cache enable

This command enables all caches or a specific cache if provided., (*5)

Syntax: cache enable [<name>] - <name>: Name of the cache to enable, (*6)

Alias: ce, (*7)

cache disable

This command disables all caches or a specific cache if provided., (*8)

Syntax: cache disable [<name>] - <name>: Name of the cache to disable, (*9)

Alias: cd, (*10)

cache clear

This command clears all caches or a specific cache if provided., (*11)

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, (*12)

Alias: cc, (*13)

cache warm

This command warms up all caches or a specific cache if provided., (*14)

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, (*15)

Alias: cw, (*16)

dependency

This command shows an overview of the defined dependencies., (*17)

Syntax: dependency [<query>] - <query>: Query to search the dependencies, (*18)

Alias: d or dep, (*19)

file

This command searches for files relative to the Ride directory structure., (*20)

Syntax: file <path> - <path>: Relative path of the file, (*21)

Alias: f, (*22)

parameter

This command shows an overview of the defined parameters., (*23)

Syntax: parameter [<query>] - <query>: Query to search the parameters, (*24)

Alias: p, (*25)

parameter get

This command gets the value of a parameter, (*26)

Syntax: parameter get <key> - <key>: Key of the parameter, (*27)

Alias: pg, (*28)

parameter set

This command sets a configuration parameter., (*29)

Syntax: parameter set <key> <value> - <key>: Key of the parameter - <value>: Value for the parameter, (*30)

Alias: ps, (*31)

parameter unset

This command unsets a configuration parameter., (*32)

Syntax: parameter unset <key> - <key>: Key of the parameter, (*33)

Alias: pu, (*34)

Installation

You can use Composer to install this application., (*35)

composer require ride/cli-app

The Versions

14/10 2016

dev-master

9999999-dev

Application commands for the Ride CLI

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

14/10 2016

dev-develop

dev-develop

Application commands for the Ride CLI

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

14/10 2016
27/09 2015

0.2.0

0.2.0.0

Application commands for the Ride CLI

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

03/03 2015

0.1.1

0.1.1.0

Application commands for the Ride CLI

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

02/03 2015

0.1.0

0.1.0.0

Application commands for the Ride CLI

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd