15 Commits

Author SHA1 Message Date
Philipp Muens
80970a4b2d Minor fixes / add whitespaces for better readability 2017-06-28 09:43:31 +02:00
davidwells
fb6a505271 userStats remove 2017-06-26 17:04:54 -07:00
Philipp Muens
8aad2372eb Refactor test structure
So that all tests follow the *.test.js pattern and globs are used to find test files.
2016-11-22 12:49:26 +01:00
Maciej Winnicki
fb0887f759
standardize commands decription 2016-10-12 08:44:29 +02:00
Florian Motlik
f9f212b404 WIP 2016-09-05 16:18:58 +02:00
Nick den Engelsman
9ce66ce620 Add verbose option to remove plugin 2016-09-02 13:19:07 +02:00
Philipp Muens
3e8dbc921d Update plugin READMEs 2016-06-29 20:22:55 +02:00
Philipp Muens
267e6c58fb Add shortcut support for options 2016-06-29 14:07:55 +02:00
Philipp Muens
081ac58f43 Remove unnecessary "required" in plugin options 2016-06-28 15:22:22 +02:00
Philipp Muens
ab3bbe0a4e Update existing plugin docs 2016-06-22 16:33:00 +02:00
Philipp Muens
f6a631482a Add some minor code convention changes 2016-06-21 13:29:06 +02:00
Philipp Muens
cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
Philipp Muens
e563a071b5 Add option definitions to core plugins 2016-06-09 19:43:13 +02:00
Philipp Muens
bd4ca61eb0 Remove nested "remove resources" command
Remove the nesting so that a single "serverless remove" can be use to remove
the service. This aligns with the code pattern which is already implemented.
2016-06-02 21:24:21 +02:00
Philipp Muens
8e503bbc80 Rename removeResources to remove
Rename the plugin so that it can implement multiple remove actions (such as
"serverless remove resources", "serverless remove stage" etc.).
2016-06-02 08:58:53 +02:00