HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

robo — PHP task runner. More information: <https://robo.li/getting-started.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
taskcommandrobocliinformationphprunnermore

Problem

How to use the robo command: PHP task runner. More information: <https://robo.li/getting-started.html>.

Solution

robo — PHP task runner. More information: <https://robo.li/getting-started.html>.

List available commands:
robo list


Run a specific command:
robo {{command}}


Simulate running a specific command:
robo --simulate {{command}}

Code Snippets

List available commands

robo list

Run a specific command

robo {{command}}

Simulate running a specific command

robo --simulate {{command}}

Context

tldr-pages: common/robo

Revisions (0)

No revisions yet.