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.
- Host: GitHub
- URL: https://github.com/divergence/cli
- Owner: Divergence
- Created: 2018-05-18T22:51:56.000Z (about 8 years ago)
- Default Branch: release
- Last Pushed: 2023-07-11T09:19:23.000Z (almost 3 years ago)
- Last Synced: 2025-07-01T05:42:14.017Z (11 months ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/divergence/cli) [](https://packagist.org/packages/divergence/divergence) [](https://packagist.org/packages/divergence/cli) [](https://packagist.org/packages/divergence/cli) [](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)