dbwebb/dbwebb-cli

dbwebb cli tool for dbwebb courses and training material.


Keywords
cli, training, bash, education
License
MIT

Documentation

dbwebb-cli version 3

Join the chat at https://gitter.im/dbwebb-se/dbwebb-cli Packagist npm version Travis CircleCI

A CLI client to work with dbwebb courses, built in bash.

This is development of version 3 for dbwebb-cli, a complete rewrite of the codebas. Version 1 and 2 is available in mosbth/dbwebb-cli.

Documentation

There is documentation on dbwebb.se/dbwebb-cli (swedish only).

Or use the built-in dbwebb help <command>.

Install

Download and install using installation program, composer or npm.

Installation program

Download and install to /usr/local/bin or /usr/bin. Use sudo if needed. The executable will be installed as dbwebb3 (for now).

Using curl for download.

bash -c "$(curl -s https://raw.githubusercontent.com/dbwebb-se/dbwebb-cli/master/release/latest/install)"

Using wget for download.

bash -c "$(wget -qO- https://raw.githubusercontent.com/dbwebb-se/dbwebb-cli/master/release/latest/install)"

Check where its installed and its version, just to make sure it works.

which dbwebb3
dbwebb3 --version

Composer

Install dbwebb/dbwebb-cli using composer as part of you development environment.

composer require dbwebb/dbwebb-cli
vendor/bin/dbwebb --version

NPM

Install @dbwebb/dbwebb-cli using npm as part of you development environment.

npm install @dbwebb/dbwebb-cli
node_modules/.bin/dbwebb --version

License

This software carries a MIT license.

 .  
..:  Copyright (c) 2013 - 2017 Mikael Roos, mos@dbwebb.se