Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.85 KB

readme.md

File metadata and controls

47 lines (29 loc) · 1.85 KB

Latest Stable Version Latest Unstable Version Total Downloads License Scrutinizer Code Quality

About

Command line tool to use with Divergence framework.

Install

composer global require divergence/cli

Usage

Divergence Command Line Tool

 divergence [command] [arguments]


        Available Arguments
        --version, -v		Version information

        help, --help, -h	This help information

        Available Commands

        init		Bootstraps a new Divergence project.
        status		Shows information on the current project.

        config		database	Reconfigure database setting.

        test [subcommand]		
            dbconfig	Checks if DB config works. Asks you to choose a label name or provide one as the next argument.

Contributing To Divergence

All issues and pull requests should be filed on the Divergence/framework repository.

License

The Divergence framework is open-sourced software licensed under the MIT license

Credits