Download the PHP package certificationy/certificationy-cli without Composer
On this page you can find all versions of the php package certificationy/certificationy-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download certificationy/certificationy-cli
More information about certificationy/certificationy-cli
Files in certificationy/certificationy-cli
Package certificationy-cli
Short Description A CLI tool to train certifications
License MIT
Homepage http://github.com/certificationy/certificationy-cli
Informations about the package certificationy-cli
Certificationy CLI
This is the CLI tool to train on certifications.
How it looks?
Installation and update
Using Composer
With Docker and Docker compose
Install the project prerequisites
The project has prerequisites:
- Docker (1.12+)
- Docker-composer (1.10+)
- GNU make
To install Docker, refer to the official documentation for your operating system: https://docs.docker.com/install/.
Once Docker installed, to check its smooth running, run docker -v
, you should get something like suit:
You must use the minimum version 1.12 of Docker.
To install the docker-composer, please also refer to the official documentation: https://docs.docker.com/compose/install/.
Once docker-composes installed (install it globally to be able and access from anywhere), to check its proper functioning, run docker-compose -v
, you should get something like suit:
You must use the docker-compose version 1.10 minimum.
A makefile allows you to manipulate the container simply and easily.
You have to be able to run make -v
, which you are ready to choose:
Note: If you are using Windows, we strongly recommend that you use the Linux console included in Windows 10 (https://docs.microsoft.com/en-us/windows/wsl/install-win10) or to use an emulator for Command to be able to use
make
which will greatly facilitate the work.
Using the Container
You should then be able to run make
which will show you using the Makefile:
Start the application with make start
:
Once the procedure is complete you can already use the bash of the container.
Run Certificationy CLI;
To exit bash docker
Stop the application with make stop
:
Runing it through docker composer
Start the container
Start it in daemon mode.
Run certificationy
Execute this instruction or whatever certificationy you want.
Stop the container
More run options
Select the number of questions
The default value is 20.
List categories
Will list all the categories available.
Only questions from certain categories
Will only get the questions from the categories "Automated tests" and "Bundles".
Use the category list from List categories.
Hide the information that questions are/aren't multiple choice
As default, the information will be displayed.
Training mode: the solution is displayed after each question
Set custom configuration file
Will set custom config file.
And all combined
- 5 questions
- We will hide the information that questions are/aren't multiple choice
- Only get questions from category "Automated tests" and "Bundles"
Note: if you pass
--list [-l]
then you will ONLY get the category list, regarding your other settings.
All versions of certificationy-cli with dependencies
symfony/console Version ^4.4 || ^5.4 || ^6.0
certificationy/certificationy Version ^2.0
symfony/yaml Version ^4.4 || ^5.4 || ^6.0
certificationy/symfony-pack Version ^1.4
certificationy/php-pack Version ^1.5