Commit Graph

8 Commits

Author SHA1 Message Date
Leo Hemsted
9f56dccdee Remove flask-script, move commands to click
click (http://click.pocoo.org/) is used by flask to run its cli args.
In removing flask_script (it's unmaintained), we had to migrate all our
commands to use click. This is a change for the better in my eyes - you
don't need to define the command in several places, and it makes
managing options a bit easier.

View diff with whitespace turned off unless you're a masochist.
2017-11-23 17:04:58 +00:00
Leo Hemsted
c36e50bef1 update dependencies 2017-08-18 17:02:31 +01:00
Leo Hemsted
9c212e78af Revert "Revert "remove credstash""
This reverts commit de41fde0d3.
2017-07-31 11:11:00 +01:00
Athanasios Voutsadakis
de41fde0d3 Revert "remove credstash"
This reverts commit 7db1bfbb77.
2017-07-28 16:09:49 +01:00
Leo Hemsted
7db1bfbb77 remove credstash 2017-07-25 14:45:59 +01:00
Rebecca Law
2e864411af Create a server command to run custom db scripts. 2017-05-19 17:04:39 +01:00
bandesz
fd66fbd719 Run API on Paas 2017-01-13 10:24:13 +00:00
Nicholas Staples
15607c0977 Add server_commands and update readme.md
Update command to search for services from the user.
2016-05-18 12:20:56 +01:00