Command line interface tool for Divergence Framework

v0.0.8 2023-07-11 09:13 UTC

This package is not auto-updated.

Last update: 2024-04-16 12:48:17 UTC


README

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

About

Command line tool to use with Divergence framework.

Documentation

Getting Started

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