oluijks/gizmo

This package is abandoned and no longer maintained. No replacement package was suggested.

Gizmo Console Application

1.1.0 2015-12-14 08:55 UTC

This package is not auto-updated.

Last update: 2020-01-22 02:06:35 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Gizmo Console Application.

Just a (incomplete) collection of tools I use on a daily basis. Feel free to fork me or drop me a message if you are missing some command you want me to add.

Email: oluijks@gmail.com

Install globally (manual)

$ wget http://oluijks.github.io/gizmo/downloads/gizmo-1.1.1.phar -O gizmo

or with curl:

$ curl http://oluijks.github.io/gizmo/downloads/gizmo-1.1.1.phar -o gizmo

then:

$ sudo chmod 0770 gizmo && mv gizmo /usr/local/bin/gizmo

Then, just run gizmo

Update globally (manual)

You can update gizmo through this command:

$ sudo gizmo self-update

Stuff used to make this

Help

Gizmo Console Application version 1.1.1

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages:
                        1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  help                        Displays help for a command
  list                        Lists commands
 db
  db:dump                     Dumps a MySQL database
  db:list                     Lists MySQL databases
 download
  download:magento2           Grabs the latest magento2 source
  download:wordpress          Grabs the latest wordpress source
 gizmo
  gizmo:about                 Short information about Gizmo
  gizmo:make-command          Makes a new gizmo command
  gizmo:update                Updates gizmo.phar to the latest version
 webserver
  webserver:make-nginx-vhost  Makes a new nginx vhost file
  webserver:mysql:restart     Restarts MySQL
  webserver:nginx:restart     Restarts Engine-X
  webserver:php5-fpm:restart  Restarts PHP5-FPM
  webserver:status            Webserver status

License

Gizmo is open-sourced software licensed under the MIT license