An open API service indexing awesome lists of open source software.

https://github.com/divergence/cli

Command line tool to use with the Divergence framework.
https://github.com/divergence/cli

Last synced: 10 months ago
JSON representation

Command line tool to use with the Divergence framework.

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/divergence/cli/downloads)](https://packagist.org/packages/divergence/cli) [![Latest Unstable Version](https://poser.pugx.org/divergence/cli/v/stable)](https://packagist.org/packages/divergence/divergence) [![Total Downloads](https://poser.pugx.org/divergence/cli/v/unstable)](https://packagist.org/packages/divergence/cli) [![License](https://poser.pugx.org/divergence/divergence/license)](https://packagist.org/packages/divergence/cli) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Divergence/cli/badges/quality-score.png?b=release)](https://scrutinizer-ci.com/g/Divergence/cli/?branch=release)

# About

Command line tool to use with Divergence framework.

## [Documentation](https://github.com/Divergence/docs#divergence-framework-documentation)
## [Getting Started](https://github.com/Divergence/docs/blob/release/gettingstarted.md#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](http://github.com/Divergence/framework) repository.**

### License

The Divergence framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Credits
- This tool is maintained by [Henry Paradiz](https://github.com/hparadiz)