-
Notifications
You must be signed in to change notification settings - Fork 4
Command Line Interface
Lochemem Bruno Michael edited this page Mar 13, 2017
·
1 revision
Bingo as of version 1.1.0 offers a simple Command Line Interface which has the ability to do the following:
-
update Composer
-
update the composer.json file
-
install a new dependency via Composer
-
show the configuration settings defined in the
Config.php
file -
dump the Composer autoloader
-
show a history of the commands typed
-
self terminate
Also featured in the design of the Command Line tool are:
-
tab key command completion
-
error handling mechanisms (logging)
Using the help
command is strongly advised as it produces a list of supported commands. For any concerns about
the Command Line tool or any ideas on how to improve it; post an issue or contact the lead developer directly.